[AAE-6309] Adding missing ids to main action (#2371)

This commit is contained in:
Bartosz Sekuła 2021-12-02 15:49:48 +01:00 committed by GitHub
parent 16835ce179
commit 482d57194c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
<button
*ngIf="expanded"
mat-stroked-button
[id]="action.id"
(click)="runAction(action.actions.click)"
[disabled]="action.disabled"
class="app-main-action-button"
@ -15,6 +16,7 @@
<button
*ngIf="expanded === false"
mat-icon-button
[id]="action.id"
(click)="runAction(action.actions.click)"
[disabled]="action.disabled"
data-automation-id="app-main-action-icon"