Now waiting for animation

This commit is contained in:
Kylart 2019-07-03 01:33:39 +02:00
parent b0cf64077b
commit a5d0861124
1 changed files with 6 additions and 6 deletions

View File

@ -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 () {