ADF-4103 automated (#4348)

This commit is contained in:
gmandakini
2019-02-25 11:37:54 +00:00
committed by Eugenio Romano
parent 70c523546a
commit aca5fd10aa
3 changed files with 19 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
</data-column>
<data-column key="delete">
<ng-template let-entry="$implicit">
<button *ngIf="!entry.row.getValue('isInherited')" mat-icon-button color="primary" (click)="removePermission(entry.row.obj)">
<button *ngIf="!entry.row.getValue('isInherited')" mat-icon-button color="primary" (click)="removePermission(entry.row.obj)" data-automation-id="adf-delete-permission-button">
<mat-icon>highlight_off</mat-icon>
</button>
</ng-template>