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

fix e2e -> hide spinner

parent c4a41dc0
No related branches found
No related tags found
No related merge requests found
<goofy-client-expansion-panel headline="Anhänge">
<ng-container *ngIf="attachmentStateResource$ | async as attachmentStateResource">
<goofy-client-spinner [stateResource]="attachmentStateResource">
<!-- <goofy-client-spinner [stateResource]="attachmentStateResource"> -->
<goofy-client-anhaenge *ngIf="vorgangWithEingang | hasLink: linkRel.ATTACHMENTS; else emptyAnhaenge" data-test-id="anhaenge" class="files"
[attachments]="attachmentStateResource.resource | toEmbeddedResources: fileListRel.FILE_LIST">
</goofy-client-anhaenge>
......@@ -9,7 +9,7 @@
<ng-template #emptyAnhaenge>
<p data-test-id="empty-anhaenge">keine Anhänge vorhanden</p>
</ng-template>
</goofy-client-spinner>
<!-- </goofy-client-spinner> -->
</ng-container>
</goofy-client-expansion-panel>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment