mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-6563] cleanup protractor configs and e2e for extensibility (#3591)
* cleanup extensibility configs and protractor e2e * cleanup * cleanup
This commit is contained in:
@@ -36,8 +36,6 @@ 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');
|
||||
genericError = this.byCss('aca-generic-error');
|
||||
genericErrorTitle = this.byCss('.generic-error__title');
|
||||
|
||||
uploadFilesDialog = new UploadFilesDialog();
|
||||
|
||||
|
Reference in New Issue
Block a user