[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:
jdosti
2018-08-08 20:54:42 +01:00
committed by Eugenio Romano
parent 2e0945b0cc
commit 9c22c13434
4 changed files with 100 additions and 25 deletions

View File

@@ -127,5 +127,9 @@ var SettingsPage = function () {
Util.waitUntilElementIsVisible(applyButton);
applyButton.click();
};
this.checkProviderDropdownIsDisplayed = function () {
Util.waitUntilElementIsVisible(providerDropdown);
};
};
module.exports = SettingsPage;