Tweak timeout

This commit is contained in:
Yuya Ochiai
2018-04-12 22:40:38 +09:00
parent 0cd7f4d66e
commit 0b150ee60a

View File

@@ -482,8 +482,8 @@ describe('browser/settings.html', function desc() {
it('should add the team to the config file', async () => {
await this.app.client.
click('#saveNewServerModal').
waitForVisible('#newServerModal', true).
waitForVisible('#serversSaveIndicator').
waitForVisible('#newServerModal', 10000, true).
waitForVisible('#serversSaveIndicator', 10000).
waitForVisible('#serversSaveIndicator', 10000, true). // at least 2500 ms to disappear
waitUntilWindowLoaded();