Tweak timeout to fix failing test
This commit is contained in:
@@ -52,7 +52,7 @@ describe('browser/settings.html', function desc() {
|
|||||||
await this.app.start();
|
await this.app.start();
|
||||||
|
|
||||||
await this.app.client.waitUntilWindowLoaded().
|
await this.app.client.waitUntilWindowLoaded().
|
||||||
waitForVisible('#newServerModal').
|
waitForVisible('#newServerModal', 10000).
|
||||||
click('#cancelNewServerModal');
|
click('#cancelNewServerModal');
|
||||||
let isCloseButtonEnabled = await this.app.client.isEnabled('#btnClose');
|
let isCloseButtonEnabled = await this.app.client.isEnabled('#btnClose');
|
||||||
isCloseButtonEnabled.should.equal(false);
|
isCloseButtonEnabled.should.equal(false);
|
||||||
|
Reference in New Issue
Block a user