From 9453ab8ba8c1281be6380488a7795341b7c76cac Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 9 Dec 2018 21:18:14 +0300 Subject: [PATCH] fix(tests): fix check of starting download --- tests/download.test.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/download.test.js b/tests/download.test.js index b5357b7..1d8c2a4 100644 --- a/tests/download.test.js +++ b/tests/download.test.js @@ -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