more test info

This commit is contained in:
Alexey Kasyanchuk 2021-02-23 00:28:23 +03:00
parent 5a712f77b5
commit ff5e8c3276

View File

@ -48,6 +48,7 @@ describe("download", function() {
console.log('testing buttons') console.log('testing buttons')
assert(await (await app.client.$('.torrentRow .deleteDownloadBeforeFinish')).isExisting()); assert(await (await app.client.$('.torrentRow .deleteDownloadBeforeFinish')).isExisting());
assert(await (await app.client.$('.torrentRow .pauseTorrent')).isExisting()); assert(await (await app.client.$('.torrentRow .pauseTorrent')).isExisting());
console.log('button tested buttons')
} }
// back to recent search // back to recent search
await (await app.client.$('#open-recent-search')).click() await (await app.client.$('#open-recent-search')).click()