mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-11437] Remove snackbar duplications (#8003)
* [AAE-11437] Remove snackbar duplications * trigger travis * extend timeout
This commit is contained in:
@@ -31,7 +31,7 @@ export class SnackbarPage {
|
||||
);
|
||||
}
|
||||
|
||||
async waitForSnackBarToClose(timeout = 5000) {
|
||||
async waitForSnackBarToClose(timeout = 15000) {
|
||||
return BrowserVisibility.waitUntilElementIsNotVisible(this.snackBarContainerCss.first(), timeout);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user