mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
use the tag and not id because does not exist (#5847)
This commit is contained in:
@@ -27,7 +27,7 @@ export class LoginSSOPage {
|
||||
usernameField = element(by.id('username'));
|
||||
passwordField = element(by.id('password'));
|
||||
loginButton = element(by.css('input[type="submit"]'));
|
||||
header = element(by.id('adf-header'));
|
||||
header = element(by.tagName('adf-layout-header'));
|
||||
loginError = element(by.css(`div[data-automation-id="login-error"]`));
|
||||
visibilityLabel = element(by.id('v'));
|
||||
|
||||
|
Reference in New Issue
Block a user