mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2172]Adding data-automation-id for create task/process button (#2828)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="adf-sidebar-action-menu">
|
||||
<button *ngIf="isExpanded()" mat-raised-button class="adf-sidebar-action-menu-button" [matMenuTriggerFor]="adfSidebarMenu">
|
||||
<button *ngIf="isExpanded()" mat-raised-button class="adf-sidebar-action-menu-button" data-automation-id="create-button" [matMenuTriggerFor]="adfSidebarMenu">
|
||||
<span *ngIf="title" class="adf-sidebar-action-menu-text">{{ title }}</span>
|
||||
<ng-content select="[sidebar-menu-title-icon]"></ng-content>
|
||||
</button>
|
||||
@@ -13,4 +13,4 @@
|
||||
<ng-content select="[sidebar-menu-options]"></ng-content>
|
||||
</div>
|
||||
</mat-menu>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user