mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA] fix e2e tests failing on slow environments (#801)
* fix tests failing on slow environments * forgot a change
This commit is contained in:
committed by
Denys Vuika
parent
49e80ddce1
commit
2ac59bd278
@@ -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() {
|
||||
|
Reference in New Issue
Block a user