[no-issue-e2e] directive crete folder new e2e (#3677)

* new folder directive e2e

* fix search test

* fix pr-deploy script
This commit is contained in:
Eugenio Romano
2018-08-09 01:17:57 +01:00
committed by Eugenio Romano
parent 9c22c13434
commit c089c87630
10 changed files with 202 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ var SearchDialog = function () {
var allRows = element.all(by.css("h4[class*='adf-search-fixed-text']"));
this.pressDownArrowAndEnter = function () {
element(by.css("adf-search-control div[style*='translateX(0%)'] input")).sendKeys(protractor.Key.ARROW_DOWN);
element(by.css("adf-search-control div input")).sendKeys(protractor.Key.ARROW_DOWN);
return browser.actions().sendKeys(protractor.Key.ENTER).perform();
};