mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4195] Automation tests for SSO login with implicitFlow false (#4410)
* [ADF-4195] Automation tests for SSO login with implicitFlow false * rebase * fix test sso implicit flow false * lint fix * fix test
This commit is contained in:
committed by
Eugenio Romano
parent
a04077679c
commit
355971e0ad
@@ -27,6 +27,7 @@ export class LoginSSOPage {
|
||||
loginError = element(by.css(`div[data-automation-id="login-error"]`));
|
||||
|
||||
loginSSOIdentityService(username, password) {
|
||||
browser.ignoreSynchronization = true;
|
||||
BrowserVisibility.waitUntilElementIsVisible(this.usernameField);
|
||||
this.enterUsername(username);
|
||||
this.enterPassword(password);
|
||||
|
Reference in New Issue
Block a user