Skip to content

Commit

Permalink
fix(tests): fix check of starting download
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Dec 9, 2018
1 parent 09ef602 commit 0dee20d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/download.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dee20d

Please sign in to comment.