Merge pull request #96 from Alfresco/dev-hashraf-auto-ids

data-automation-ids for folder navigation icon and row
This commit is contained in:
Mario Romano
2016-05-23 15:19:42 +02:00
@@ -24,10 +24,10 @@
</tr>
</thead>
<tbody>
<tr class="parent-folder-link" *ngIf="canNavigateParent()" (click)="onNavigateParentClick($event)">
<tr data-automation-id="folder_up_row" class="parent-folder-link" *ngIf="canNavigateParent()" (click)="onNavigateParentClick($event)">
<td [attr.colspan]="1 + columns?.length">
<button class="mdl-button mdl-js-button mdl-button--icon">
<i class="material-icons">arrow_upward</i>
<i data-automation-id="folder_up_icon" class="material-icons">arrow_upward</i>
</button>
</td>
</tr>