From ff5e8c32765d41d2a0b2e6538a63e2bad06d2bc6 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Tue, 23 Feb 2021 00:28:23 +0300 Subject: [PATCH] more test info --- tests/download.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/download.test.js b/tests/download.test.js index 7b98592..535a866 100644 --- a/tests/download.test.js +++ b/tests/download.test.js @@ -48,6 +48,7 @@ describe("download", function() { console.log('testing buttons') assert(await (await app.client.$('.torrentRow .deleteDownloadBeforeFinish')).isExisting()); assert(await (await app.client.$('.torrentRow .pauseTorrent')).isExisting()); + console.log('button tested buttons') } // back to recent search await (await app.client.$('#open-recent-search')).click()