mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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()"
|
||||
[(ngModel)]="newTagName"
|
||||
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>
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user