mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3335] Task filter e2e tests (#3614)
* [ADF-3335] Automation Tests for Tasks Filter component * [ADF-3335] Changed " for \' * [ADF-3335] Solved style issues * Update task_filters_component.e2e.ts * [ADF-3335] Added missing parentheses * [ADF-3335] Added missing bracket * [ADF-3335] Improved data automation selectors
This commit is contained in:
committed by
Eugenio Romano
parent
7172d5b631
commit
6cf6c9c0e4
@@ -62,7 +62,7 @@
|
||||
#taskListPagination>
|
||||
</adf-pagination>
|
||||
</div>
|
||||
<div class="adf-grid-item adf-tasks-details" *ngIf="!isStartTaskMode()" fxFlex.gt-md="1 1 auto">
|
||||
<div class="adf-grid-item adf-tasks-details" *ngIf="!isStartTaskMode()" fxFlex.gt-md="1 1 auto" data-automation-id="adf-tasks-details">
|
||||
<adf-task-details #activitidetails
|
||||
[debugMode]="true"
|
||||
[taskId]="currentTaskId"
|
||||
|
Reference in New Issue
Block a user