mirror of https://github.com/Kylart/KawAnime.git
Removed cache for node_module on windows
Added longer timeout for download
This commit is contained in:
parent
ee19377a9b
commit
7c2896c4f8
|
@ -5,10 +5,6 @@ os: unstable
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
|
|
||||||
cache:
|
|
||||||
- node_modules
|
|
||||||
- '%USERPROFILE%\.electron'
|
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf input
|
- git config --global core.autocrlf input
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ module.exports = function () {
|
||||||
.keys([ 'Tab', 'ArrowRight', 'ArrowLeft', 'ArrowLeft', 'ArrowRight', 'ArrowRight' ]) // Should select 1080p quality
|
.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
|
.$('.quality-container div[role="radiogroup"] div:nth-child(4) input').hasFocus().should.eventually.be.true
|
||||||
.keys([ 'Tab', 'Enter' ])
|
.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('.quality-container').should.eventually.be.false
|
||||||
.isVisible('.left').should.eventually.be.false
|
.isVisible('.left').should.eventually.be.false
|
||||||
.isVisible('.right').should.eventually.be.false
|
.isVisible('.right').should.eventually.be.false
|
||||||
|
|
Loading…
Reference in New Issue