set hash strategy to false as per latest changes

This commit is contained in:
Adina Parpalita
2017-11-08 16:14:11 +02:00
parent 08179772e3
commit f1fc4d2ffe

View File

@@ -18,7 +18,7 @@
import { browser, element, by, ElementFinder, promise } from 'protractor';
export abstract class Page {
private static USE_HASH_STRATEGY = true;
private static USE_HASH_STRATEGY = false;
private locators = {
app: by.css('app-root'),