mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
eliminate dead code in e2e tests (#3220)
* reduce shared testing dependency * dead code cleanup * eliminate dead code * fix export
This commit is contained in:
@@ -36,10 +36,7 @@ export abstract class Page {
|
||||
overlay = this.byCss('.cdk-overlay-container');
|
||||
snackBar = this.byCss(`[data-automation-id='adf-snackbar-message-content-action-button']`);
|
||||
dialogContainer = this.byCss('.mat-dialog-container');
|
||||
snackBarContainer = this.byCss('.mat-snack-bar-container');
|
||||
snackBarAction = this.byCss(`[data-automation-id='adf-snackbar-message-content-action-button']`);
|
||||
genericError = this.byCss('aca-generic-error');
|
||||
genericErrorIcon = this.byCss('aca-generic-error .mat-icon');
|
||||
genericErrorTitle = this.byCss('.generic-error__title');
|
||||
|
||||
uploadFilesDialog = new UploadFilesDialog();
|
||||
|
Reference in New Issue
Block a user