mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3753]Refactor task filters page (#3969)
* Refactoring taskFiltersPage * Refactor task filters page * Fix lint errors * no message
This commit is contained in:
committed by
Eugenio Romano
parent
54cbd210a1
commit
534954ffef
@@ -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();
|
||||
|
Reference in New Issue
Block a user