mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3807]Create automated tests for process filters (#4072)
* Added tests related to process filters * Adding back a check in task filters tests. * no message * Creating a completed process * Added tests for default process filters * Wait for the page to be loaded
This commit is contained in:
committed by
Eugenio Romano
parent
e241779f3a
commit
137584839b
@@ -44,7 +44,6 @@ export class DataTablePage {
|
||||
constructor(rootElement: ElementFinder = element(by.css('adf-datatable'))) {
|
||||
this.rootElement = rootElement;
|
||||
this.list = this.rootElement.all(by.css(`div[class*=adf-datatable-body] div[class*=adf-datatable-row]`));
|
||||
|
||||
}
|
||||
|
||||
getAllDisplayedRows() {
|
||||
|
Reference in New Issue
Block a user