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

fix e2e -> hide spinner

parent c4a41dc0
Branches
Tags
No related merge requests found
<goofy-client-expansion-panel headline="Anhänge"> <goofy-client-expansion-panel headline="Anhänge">
<ng-container *ngIf="attachmentStateResource$ | async as attachmentStateResource"> <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" <goofy-client-anhaenge *ngIf="vorgangWithEingang | hasLink: linkRel.ATTACHMENTS; else emptyAnhaenge" data-test-id="anhaenge" class="files"
[attachments]="attachmentStateResource.resource | toEmbeddedResources: fileListRel.FILE_LIST"> [attachments]="attachmentStateResource.resource | toEmbeddedResources: fileListRel.FILE_LIST">
</goofy-client-anhaenge> </goofy-client-anhaenge>
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<ng-template #emptyAnhaenge> <ng-template #emptyAnhaenge>
<p data-test-id="empty-anhaenge">keine Anhänge vorhanden</p> <p data-test-id="empty-anhaenge">keine Anhänge vorhanden</p>
</ng-template> </ng-template>
</goofy-client-spinner> <!-- </goofy-client-spinner> -->
</ng-container> </ng-container>
</goofy-client-expansion-panel> </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