mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3848]Implement edit task filters tests (#4110)
* Add test for 'all the filters properly set up accordingly with the Query Param' acceptance criteria. * Implement edit task filters tests. * Fix lint errors * Fix existent tests * fix lint error * Changed 'status' to 'state'
This commit is contained in:
committed by
Eugenio Romano
parent
0282bfa468
commit
b18731381a
@@ -56,7 +56,7 @@ export class TasksCloudDemoPage {
|
||||
}
|
||||
|
||||
customTaskFilter(filterName) {
|
||||
return new TaskFiltersCloudComponent(element(by.css(`span[data-automation-id="${filterName}_filter"]`)));
|
||||
return new TaskFiltersCloudComponent(element(by.css(`span[data-automation-id="${filterName}-filter"]`)));
|
||||
}
|
||||
|
||||
getActiveFilterName() {
|
||||
|
Reference in New Issue
Block a user