Removed cache for node_module on windows

Added longer timeout for download
This commit is contained in:
Kylart 2019-07-03 23:03:16 +02:00
parent ee19377a9b
commit 7c2896c4f8
2 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,6 @@ os: unstable
platform:
- x64
cache:
- node_modules
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input

View File

@ -23,7 +23,7 @@ module.exports = function () {
.keys([ 'Tab', 'ArrowRight', 'ArrowLeft', 'ArrowLeft', 'ArrowRight', 'ArrowRight' ]) // Should select 1080p quality
.$('.quality-container div[role="radiogroup"] div:nth-child(4) input').hasFocus().should.eventually.be.true
.keys([ 'Tab', 'Enter' ])
.waitUntil(() => this.app.client.$('#magnet-modal').isVisible())
.waitUntil(() => this.app.client.$('#magnet-modal').isVisible(), 10000)
.isVisible('.quality-container').should.eventually.be.false
.isVisible('.left').should.eventually.be.false
.isVisible('.right').should.eventually.be.false