Skip to content
Snippets Groups Projects
Commit e3b44de4 authored by OZGCloud's avatar OZGCloud
Browse files

add data-test-class to download button

parent bc5f5f79
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
(click)="downloadFile()" (click)="downloadFile()"
[attr.aria-label]="'Anhang: Dateiname: ' + file.name" [attr.aria-label]="'Anhang: Dateiname: ' + file.name"
[isLoading]="isLoading" [isLoading]="isLoading"
data-test-class="download-file-button"
> >
<div close class="flex-shrink self-center"> <div close class="flex-shrink self-center">
<button <button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment