mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3439] Update automated tests for Header component (#3673)
* [ADF-3439] Update automated tests for Header component * small change * removing unused import
This commit is contained in:
@@ -127,5 +127,9 @@ var SettingsPage = function () {
|
||||
Util.waitUntilElementIsVisible(applyButton);
|
||||
applyButton.click();
|
||||
};
|
||||
|
||||
this.checkProviderDropdownIsDisplayed = function () {
|
||||
Util.waitUntilElementIsVisible(providerDropdown);
|
||||
};
|
||||
};
|
||||
module.exports = SettingsPage;
|
||||
|
Reference in New Issue
Block a user