This commit is contained in:
Eugenio Romano 2019-03-28 10:55:51 +00:00
parent 3943eeb8b2
commit 7f5bcdf407

View File

@ -173,7 +173,7 @@ export class SettingsPage {
} }
async setLogoutUrl(logoutUrl) { async setLogoutUrl(logoutUrl) {
Util.waitUntilElementIsPresent(this.logoutUrlText); BrowserVisibility.waitUntilElementIsPresent(this.logoutUrlText);
this.logoutUrlText.clear(); this.logoutUrlText.clear();
this.logoutUrlText.sendKeys(logoutUrl); this.logoutUrlText.sendKeys(logoutUrl);
} }