From 3e1cb416bbcc74dc476e651e98de736cbc2c9f03 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 3 Nov 2021 09:56:02 +0100 Subject: [PATCH] fix e2e -> hide spinner --- .../anhang-list-container.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goofy-client/libs/ozg-file/src/lib/anhang-list-container/anhang-list-container.component.html b/goofy-client/libs/ozg-file/src/lib/anhang-list-container/anhang-list-container.component.html index 57d9cd2b47..310046998c 100644 --- a/goofy-client/libs/ozg-file/src/lib/anhang-list-container/anhang-list-container.component.html +++ b/goofy-client/libs/ozg-file/src/lib/anhang-list-container/anhang-list-container.component.html @@ -1,7 +1,7 @@ <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 -- GitLab