Integration test: wait for next song

This commit is contained in:
DC
2016-09-20 11:30:28 -07:00
parent 82245f0b5c
commit 3a286ae978
3 changed files with 13 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ test('torrent-list: show download path missing', function (t) {
.then((text) => console.log('Title ' + text))
.then(() => app.client.waitUntilTextExists('.torrent-list', 'Download path missing'))
.then((err) => t.notOk(err))
.then(() => setup.wait())
.then(() => setup.screenshotCreateOrCompare(app, t, 'torrent-list-download-path-missing'))
.then(() => app.client.click('a'))
.then(() => setup.wait())