[ADF-1549] add automation helper id (#579)

This commit is contained in:
Suzana Dirla
2018-08-24 07:34:43 +03:00
committed by Adina Parpalita
parent e31f51694e
commit ef8c9a8740

View File

@@ -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>