[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:
Suzana Dirla
2018-10-23 14:46:13 +03:00
committed by Adina Parpalita
parent 6e3f128121
commit 03e8ab4b1e
7 changed files with 1403 additions and 4 deletions

View File

@@ -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() {