fixed unit test problem and some other e2e

This commit is contained in:
Vito Albano
2024-04-11 21:46:31 +01:00
committed by Vito Albano
parent 28c35c846a
commit 1e016a5a73
4 changed files with 9 additions and 3 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"