Fixing unit test after last rebase + lint

This commit is contained in:
Vito Albano
2024-05-23 13:34:55 +01:00
committed by VitoAlbano
parent c1a8aea2b3
commit 091756e2c2
8 changed files with 15342 additions and 20162 deletions
@@ -1,5 +1,6 @@
<mat-form-field [floatLabel]="'auto'" [attr.data-automation-id]="processFilterProperty.key">
<mat-form-field floatLabel="auto" [attr.data-automation-id]="processFilterProperty.key">
<mat-label>{{ processFilterProperty.label | translate }}</mat-label>
<mat-select
placeholder="{{ processFilterProperty.label | translate }}"
[value]="type"
@@ -12,7 +13,7 @@
</mat-form-field>
<ng-container *ngIf="isDateRangeType()">
<mat-form-field [floatLabel]="'auto'" class="adf-cloud-date-range-picker">
<mat-form-field floatLabel="auto" class="adf-cloud-date-range-picker">
<mat-label>{{ 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.DATE_RANGE_TITLE' | translate }}</mat-label>
<mat-date-range-input [formGroup]="dateRangeForm" [rangePicker]="picker">
<input matStartDate formControlName="from" placeholder="{{ 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.START_DATE' | translate }}">