mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
Merge pull request #5 from Alfresco/pionnegru-e2e-app-locator
[ACA] E2E - application root locator
This commit is contained in:
@@ -21,7 +21,7 @@ export abstract class Page {
|
||||
private static USE_HASH_STRATEGY = true;
|
||||
|
||||
private locators = {
|
||||
app: by.css('alfresco-content-app'),
|
||||
app: by.css('app-root'),
|
||||
overlay: by.css('.cdk-overlay-container'),
|
||||
snackBar: by.css('simple-snack-bar')
|
||||
};
|
||||
|
Reference in New Issue
Block a user