Tweak timeout
This commit is contained in:
@@ -482,8 +482,8 @@ describe('browser/settings.html', function desc() {
|
|||||||
it('should add the team to the config file', async () => {
|
it('should add the team to the config file', async () => {
|
||||||
await this.app.client.
|
await this.app.client.
|
||||||
click('#saveNewServerModal').
|
click('#saveNewServerModal').
|
||||||
waitForVisible('#newServerModal', true).
|
waitForVisible('#newServerModal', 10000, true).
|
||||||
waitForVisible('#serversSaveIndicator').
|
waitForVisible('#serversSaveIndicator', 10000).
|
||||||
waitForVisible('#serversSaveIndicator', 10000, true). // at least 2500 ms to disappear
|
waitForVisible('#serversSaveIndicator', 10000, true). // at least 2500 ms to disappear
|
||||||
waitUntilWindowLoaded();
|
waitUntilWindowLoaded();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user