mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
fix login page selector
This commit is contained in:
@@ -19,7 +19,7 @@ import { by, ElementFinder, promise } from 'protractor';
|
|||||||
import { Component } from '../component';
|
import { Component } from '../component';
|
||||||
|
|
||||||
export class LoginComponent extends Component {
|
export class LoginComponent extends Component {
|
||||||
static selector = 'alfresco-login';
|
static selector = 'adf-login';
|
||||||
|
|
||||||
private locators = {
|
private locators = {
|
||||||
usernameInput: by.css('input#username'),
|
usernameInput: by.css('input#username'),
|
||||||
|
Reference in New Issue
Block a user