mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fix lint
This commit is contained in:
parent
3943eeb8b2
commit
7f5bcdf407
@ -173,7 +173,7 @@ export class SettingsPage {
|
||||
}
|
||||
|
||||
async setLogoutUrl(logoutUrl) {
|
||||
Util.waitUntilElementIsPresent(this.logoutUrlText);
|
||||
BrowserVisibility.waitUntilElementIsPresent(this.logoutUrlText);
|
||||
this.logoutUrlText.clear();
|
||||
this.logoutUrlText.sendKeys(logoutUrl);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user