fix(search): double search on DHT
This commit is contained in:
@ -44,7 +44,7 @@ describe("download", function() {
|
||||
let progress = parseInt(await (await app.client.$('.torrentRow .progressDownloading')).getText());
|
||||
console.log('download progress', progress, '%');
|
||||
// cancel in progress button must be exists
|
||||
if (progress < 90) {
|
||||
if (progress < 50) {
|
||||
console.log('testing buttons')
|
||||
assert(await (await app.client.$('.torrentRow .deleteDownloadBeforeFinish')).isExisting());
|
||||
assert(await (await app.client.$('.torrentRow .pauseTorrent')).isExisting());
|
||||
|
Reference in New Issue
Block a user