mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1897] context submenu extension e2e (#745)
* [ACA-1897] e2e for context submenu - needs some fixes * fix * [ACA-1897] test refactoring * [ACA-1897] specify TestRail ids * [ACA-1897] fix spell check issue * [ACA-1897] custom message on share dialog fail to close - e2e tests
This commit is contained in:
committed by
Adina Parpalita
parent
6e3f128121
commit
03e8ab4b1e
@@ -63,7 +63,7 @@ export class ShareDialog extends Component {
|
||||
}
|
||||
|
||||
async waitForDialogToClose() {
|
||||
await browser.wait(EC.stalenessOf(this.title), BROWSER_WAIT_TIMEOUT);
|
||||
await browser.wait(EC.stalenessOf(this.title), BROWSER_WAIT_TIMEOUT, 'share dialog did not close');
|
||||
}
|
||||
|
||||
async waitForDialogToOpen() {
|
||||
|
Reference in New Issue
Block a user