fixed unit test problem and some other e2e

This commit is contained in:
Vito Albano
2024-05-09 12:48:17 +02:00
committed by DominikIwanek
parent eade63923c
commit 4fd28c6d32
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"