[ACA] fix e2e tests failing on slow environments (#801)

* fix tests failing on slow environments

* forgot a change
This commit is contained in:
Adina Parpalita
2018-11-14 17:23:33 +02:00
committed by Denys Vuika
parent 49e80ddce1
commit 2ac59bd278
6 changed files with 17 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ export class CreateOrEditFolderDialog extends Component {
}
async waitForDialogToClose() {
await browser.wait(EC.stalenessOf(this.title), BROWSER_WAIT_TIMEOUT);
await browser.wait(EC.stalenessOf(this.title), BROWSER_WAIT_TIMEOUT, '---- timeout waiting for dialog to close ----');
}
async isDialogOpen() {