[ADF-3753]Refactor task filters page (#3969)

* Refactoring taskFiltersPage

* Refactor task filters page

* Fix lint errors

* no message
This commit is contained in:
cristinaj
2018-11-15 14:28:27 +02:00
committed by Eugenio Romano
parent 54cbd210a1
commit 534954ffef
9 changed files with 191 additions and 230 deletions

View File

@@ -242,7 +242,6 @@ var DataTablePage = function (rootElement = element(by.css("adf-datatable"))) {
return inputFilter.sendKeys(filterText);
};
this.getNodeIdFirstElement = function () {
let firstNode = element.all(by.css('adf-datatable div[title="Node id"] span')).first();
return firstNode.getText();