increase timeout time
This commit is contained in:
@ -36,7 +36,7 @@ describe("download", function() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it("check download exists in download tab", async function() {
|
it("check download exists in download tab", async function() {
|
||||||
this.timeout(10000);
|
this.timeout(30000);
|
||||||
const { app } = this
|
const { app } = this
|
||||||
await (await app.client.$('#downloadTab')).click()
|
await (await app.client.$('#downloadTab')).click()
|
||||||
const value = await (await app.client.$('.downloads-list .torrentRow .torrentName')).getText()
|
const value = await (await app.client.$('.downloads-list .torrentRow .torrentName')).getText()
|
||||||
|
Reference in New Issue
Block a user