mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
set hash strategy to false as per latest changes
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
import { browser, element, by, ElementFinder, promise } from 'protractor';
|
import { browser, element, by, ElementFinder, promise } from 'protractor';
|
||||||
|
|
||||||
export abstract class Page {
|
export abstract class Page {
|
||||||
private static USE_HASH_STRATEGY = true;
|
private static USE_HASH_STRATEGY = false;
|
||||||
|
|
||||||
private locators = {
|
private locators = {
|
||||||
app: by.css('app-root'),
|
app: by.css('app-root'),
|
||||||
|
Reference in New Issue
Block a user