fix login page selector

This commit is contained in:
Adina Parpalita
2017-11-08 16:12:53 +02:00
parent 8dfa30e22d
commit 08179772e3

View File

@@ -19,7 +19,7 @@ import { by, ElementFinder, promise } from 'protractor';
import { Component } from '../component';
export class LoginComponent extends Component {
static selector = 'alfresco-login';
static selector = 'adf-login';
private locators = {
usernameInput: by.css('input#username'),