fix(tests): fix check of starting download

This commit is contained in:
Alexey Kasyanchuk 2018-12-09 21:18:14 +03:00
parent 7fb5c9a500
commit 9453ab8ba8

View File

@ -28,6 +28,12 @@ describe("download", function() {
await app.client.click('.torrentRow .downloadFullButton')
})
it("download started", async function() {
this.timeout(45000);
const { app } = this
await app.client.waitForExist('.torrentRow .deleteDownloadBeforeFinish')
})
it("check download exists in download tab", async function() {
this.timeout(8000);
const { app } = this