[e2e] fix selectors (#116)

* fix selectors
start chrome headless

* use case insensitive
This commit is contained in:
Adina Parpalita
2017-12-06 14:32:30 +02:00
committed by Cilibiu Bogdan
parent 860b637c9c
commit 9681b459f7
6 changed files with 10 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ import { browser, element, by, ElementFinder, promise, ExpectedConditions as EC
import { BROWSER_WAIT_TIMEOUT } from './../configs';
export abstract class Page {
private static USE_HASH_STRATEGY = true;
private static USE_HASH_STRATEGY = false;
private locators = {
app: by.css('app-root'),