mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ADF-1549] add automation helper id (#579)
This commit is contained in:
committed by
Adina Parpalita
parent
e31f51694e
commit
ef8c9a8740
@@ -7,7 +7,7 @@
|
||||
*ngFor="let tab of tabs"
|
||||
[icon]="tab.icon"
|
||||
[label]="tab.title | translate">
|
||||
<app-dynamic-tab [node]="displayNode" [id]="tab.component">
|
||||
<app-dynamic-tab [node]="displayNode" [id]="tab.component" [attr.data-automation-id]="tab.component">
|
||||
</app-dynamic-tab>
|
||||
</adf-info-drawer-tab>
|
||||
</adf-info-drawer>
|
||||
|
Reference in New Issue
Block a user