mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-10957] new locators for errors in ACC dialogs (#11617)
This commit is contained in:
+3
-1
@@ -10,7 +10,9 @@
|
|||||||
(keyup.enter)="addCategory()"
|
(keyup.enter)="addCategory()"
|
||||||
adf-auto-focus
|
adf-auto-focus
|
||||||
/>
|
/>
|
||||||
<mat-error *ngIf="categoryNameControl.invalid && categoryNameControl.touched">
|
<mat-error
|
||||||
|
*ngIf="categoryNameControl.invalid && categoryNameControl.touched"
|
||||||
|
data-automation-id="categories-error-message">
|
||||||
{{ categoryNameErrorMessageKey | translate }}
|
{{ categoryNameErrorMessageKey | translate }}
|
||||||
</mat-error>
|
</mat-error>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
@@ -10,7 +10,9 @@
|
|||||||
(keyup.enter)="addTag()"
|
(keyup.enter)="addTag()"
|
||||||
adf-auto-focus
|
adf-auto-focus
|
||||||
/>
|
/>
|
||||||
<mat-error *ngIf="tagNameControl.invalid && tagNameControl.touched">
|
<mat-error
|
||||||
|
*ngIf="tagNameControl.invalid && tagNameControl.touched"
|
||||||
|
data-automation-id="tags-error-message">
|
||||||
{{ tagNameErrorMessageKey | translate }}
|
{{ tagNameErrorMessageKey | translate }}
|
||||||
</mat-error>
|
</mat-error>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
Reference in New Issue
Block a user