[ADF-3638]Fixing Header tests (#3846)

* Fixing Header tests

* Fix task filters tests
This commit is contained in:
cristinaj
2018-10-02 14:26:41 +03:00
committed by Eugenio Romano
parent 6a546289b7
commit 2e124fdc20
4 changed files with 11 additions and 8 deletions

View File

@@ -134,6 +134,7 @@ var NavigationBarPage = function () {
this.clickHeaderDataButton = function () {
Util.waitUntilElementIsVisible(headerDataButton);
Util.waitUntilElementIsClickable(headerDataButton);
return headerDataButton.click();
};