mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41: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
@@ -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);
|
||||
|
Reference in New Issue
Block a user