mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3710] E2E for search date range (#3945)
* [ADF-3710] E2E for search date range * Improving PR for [ADF-3710]
This commit is contained in:
committed by
Eugenio Romano
parent
6ead388e55
commit
4a4b1519bf
@@ -251,5 +251,10 @@ var DataTablePage = function () {
|
||||
return inputFilter.sendKeys(filterText);
|
||||
};
|
||||
|
||||
this.getNodeIdFirstElement = function () {
|
||||
let firstNode = element.all(by.css('adf-datatable div[title="Node id"] span')).first();
|
||||
return firstNode.getText();
|
||||
};
|
||||
|
||||
};
|
||||
module.exports = DataTablePage;
|
||||
|
Reference in New Issue
Block a user