Tweak timeout to fix failing test

This commit is contained in:
Yuya Ochiai
2019-01-07 23:17:43 +09:00
parent 17a0e9bddd
commit de03d513d0

View File

@@ -52,7 +52,7 @@ describe('browser/settings.html', function desc() {
await this.app.start();
await this.app.client.waitUntilWindowLoaded().
waitForVisible('#newServerModal').
waitForVisible('#newServerModal', 10000).
click('#cancelNewServerModal');
let isCloseButtonEnabled = await this.app.client.isEnabled('#btnClose');
isCloseButtonEnabled.should.equal(false);