eslint
This commit is contained in:
@ -54,9 +54,9 @@ describe("download", function() {
|
||||
const { app } = this
|
||||
await app.client.waitForExist('.torrentRow .progressDownloading')
|
||||
await app.client.waitUntil(async () => {
|
||||
return (await app.client.getText('.torrentRow .progressDownloading')) === '100.0%'
|
||||
return (await app.client.getText('.torrentRow .progressDownloading')) === '100.0%'
|
||||
}, 60000, 'expected that download will be finished', 200)
|
||||
|
||||
|
||||
// Check Buttons After finish
|
||||
assert(!(await app.client.isExisting('.torrentRow .deleteDownloadBeforeFinish')));
|
||||
})
|
||||
|
Reference in New Issue
Block a user