mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Add data-automation-id to an error message displayed on the Tag Page. (#3064)
This commit is contained in:
committed by
Eugenio Romano
parent
84fcdd46c2
commit
1bb2f676a0
@@ -17,7 +17,7 @@
|
|||||||
(keypress)="cleanErrorMsg()"
|
(keypress)="cleanErrorMsg()"
|
||||||
[(ngModel)]="newTagName"
|
[(ngModel)]="newTagName"
|
||||||
id="new-tag-text"/>
|
id="new-tag-text"/>
|
||||||
<mat-hint *ngIf="error" [ngStyle]="{'color': 'red'}" align="start">{{errorMsg}}</mat-hint>
|
<mat-hint data-automation-id="errorMessage" *ngIf="error" [ngStyle]="{'color': 'red'}" align="start">{{errorMsg}}</mat-hint>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user