AAE-1841 - added delete directive test (#5547)

* AAE-1841 - start adding e2e for delete directive

* AAE-1841 - added delete directive test

* AAE-1841 - fixed PR review
This commit is contained in:
Vito
2020-03-17 18:57:04 +00:00
committed by GitHub
parent d720d36670
commit ec689cad3f
7 changed files with 340 additions and 1 deletions

View File

@@ -113,7 +113,9 @@
<mat-icon>get_app</mat-icon>
</button>
<button mat-icon-button
data-automation-id="delete-toolbar-button"
adf-check-allowable-operation="delete"
permanent=true
[adf-nodes]="documentList.selection"
title="{{ 'DOCUMENT_LIST.TOOLBAR.DELETE' | translate }}"
(delete)="onDeleteActionSuccess($event)"