mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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
@@ -1,5 +1,5 @@
|
||||
<mat-accordion>
|
||||
<mat-expansion-panel [expanded]="true" (opened)="panelOpenStateTask = true" (closed)="panelOpenStateTask = false">
|
||||
<mat-expansion-panel [expanded]="true" (opened)="panelOpenStateTask = true" (closed)="panelOpenStateTask = false" data-automation-id='Task Filters'>
|
||||
<mat-expansion-panel-header>
|
||||
<mat-panel-title>
|
||||
Task Filters
|
||||
@@ -14,7 +14,7 @@
|
||||
</adf-cloud-task-filters>
|
||||
</mat-expansion-panel>
|
||||
|
||||
<mat-expansion-panel (opened)="panelOpenStateProcess = true" (closed)="panelOpenStateProcess = false">
|
||||
<mat-expansion-panel (opened)="panelOpenStateProcess = true" (closed)="panelOpenStateProcess = false" data-automation-id='Process Filters'>
|
||||
<mat-expansion-panel-header>
|
||||
<mat-panel-title>
|
||||
Process Filters
|
||||
|
Reference in New Issue
Block a user