[AAE-11437] Remove snackbar duplications (#8003)

* [AAE-11437] Remove snackbar duplications

* trigger travis

* extend timeout
This commit is contained in:
Rafal Szmit
2022-11-24 10:28:45 +01:00
committed by GitHub
parent 792906087c
commit 7667c98196
5 changed files with 35 additions and 40 deletions

View File

@@ -31,7 +31,7 @@ export class SnackbarPage {
);
}
async waitForSnackBarToClose(timeout = 5000) {
async waitForSnackBarToClose(timeout = 15000) {
return BrowserVisibility.waitUntilElementIsNotVisible(this.snackBarContainerCss.first(), timeout);
}