[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:
cristinaj
2018-12-12 18:46:09 +02:00
committed by Eugenio Romano
parent e241779f3a
commit 137584839b
11 changed files with 449 additions and 5 deletions

View File

@@ -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() {