[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

@@ -21,7 +21,7 @@ import { element, by } from 'protractor';
export class TaskListCloudComponent {
taskList = element(by.css('adf-tasklist'));
taskList = element(by.css('adf-cloud-task-list'));
noTasksFound = element.all(by.css("p[class='adf-empty-content__title']")).first();
dataTable = new DataTablePage(this.taskList);