mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
app locator for e2e
This commit is contained in:
@@ -21,7 +21,7 @@ export abstract class Page {
|
|||||||
private static USE_HASH_STRATEGY = true;
|
private static USE_HASH_STRATEGY = true;
|
||||||
|
|
||||||
private locators = {
|
private locators = {
|
||||||
app: by.css('alfresco-content-app'),
|
app: by.css('app-root'),
|
||||||
overlay: by.css('.cdk-overlay-container'),
|
overlay: by.css('.cdk-overlay-container'),
|
||||||
snackBar: by.css('simple-snack-bar')
|
snackBar: by.css('simple-snack-bar')
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user