fixed unit test problem and some other e2e

This commit is contained in:
Vito Albano
2024-06-03 16:10:04 +01:00
committed by VitoAlbano
parent 937931a93c
commit e4ee622df4
4 changed files with 25 additions and 8 deletions
@@ -16,7 +16,8 @@
cancel
</mat-icon>
</mat-chip-row>
<input *ngIf="!isReadonly()" matInput
<input [disabled]="isReadonly()" matInput
#chipInput
[formControl]="searchUserCtrl"
[matAutocomplete]="auto"
[matChipInputFor]="userMultipleChipList"