mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
data-automation-ids for folder navigation icon and row
This commit is contained in:
@@ -24,10 +24,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<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">
|
<td [attr.colspan]="1 + columns?.length">
|
||||||
<button class="mdl-button mdl-js-button mdl-button--icon">
|
<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>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user