mirror of https://github.com/Kylart/KawAnime.git
Now waiting for animation
This commit is contained in:
parent
b0cf64077b
commit
a5d0861124
|
@ -29,12 +29,12 @@ describe('Launch app', function () {
|
||||||
it('should open the download modal', async function () {
|
it('should open the download modal', async function () {
|
||||||
return this.app.client
|
return this.app.client
|
||||||
.$('#downloader-btn').click()
|
.$('#downloader-btn').click()
|
||||||
.getText('.button-container .button')
|
.pause(500)
|
||||||
.should.eventually.equal('DOWNLOAD')
|
.getText('.button-container .button').should.eventually.equal('DOWNLOAD')
|
||||||
.isExisting('.quality-container')
|
.isExisting('.quality-container').should.eventually.be.true
|
||||||
.should.eventually.be.true
|
.isExisting('.input-container').should.eventually.be.true
|
||||||
.isExisting('.input-container')
|
.isExisting('.left').should.eventually.be.true
|
||||||
.should.eventually.be.true
|
.isExisting('.right').should.eventually.be.true
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should be visible', async function () {
|
it('should be visible', async function () {
|
||||||
|
|
Loading…
Reference in New Issue