mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
increase default timeout due possible slow env (#1812)
* increase default timeout due possible slow env * parallel test can affect this check * unused call * remove * reduce size test lib * fix search test * remove log * build * reorganize file actionsAvailable tests * fix * fix * Update single-file-actions.test.ts * Update single-file-actions.test.ts * fix viewer actions from search results tests * fix snackbar actions tests * forgot console.log * exclude Co-authored-by: Adina Parpalita <Adina.Parpalita@ness.com>
This commit is contained in:
@@ -96,7 +96,8 @@ export abstract class Page {
|
||||
|
||||
async clickSnackBarAction(): Promise<void> {
|
||||
try {
|
||||
await BrowserActions.click(this.byCss('.mat-simple-snackbar-action button'));
|
||||
const action = await waitElement('.mat-simple-snackbar-action button');
|
||||
await action.click();
|
||||
} catch (e) {
|
||||
Logger.error(e, '.......failed on click snack bar action.........');
|
||||
}
|
||||
|
Reference in New Issue
Block a user