Skip to content

Commit

Permalink
Tweak timeout to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuya-oc committed Jan 7, 2019
1 parent 17a0e9b commit de03d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/browser/settings_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit de03d51

Please sign in to comment.