From 7d4cb12cb2ba92e204276f550f8d7999c1fb84f3 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 28 Jun 2021 17:34:47 +0200
Subject: [PATCH] OZG-297

---
 .../wiedervorlage-attachment.e2e-spec.ts                 | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/goofy-client/apps/goofy-e2e/src/integration/wiedervorlage-attachment/wiedervorlage-attachment.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/wiedervorlage-attachment/wiedervorlage-attachment.e2e-spec.ts
index 23e1f07f6f..bb94c53f07 100644
--- a/goofy-client/apps/goofy-e2e/src/integration/wiedervorlage-attachment/wiedervorlage-attachment.e2e-spec.ts
+++ b/goofy-client/apps/goofy-e2e/src/integration/wiedervorlage-attachment/wiedervorlage-attachment.e2e-spec.ts
@@ -115,13 +115,4 @@ describe('Wiedervorlage attachments', () => {
 			wiedervorlagePage.getSubnavigation().navigateBack();
 		})
 	})
-
-	describe('switch to wiedervorlage with attachments', () => {
-
-		it('should show attachments', () => {
-			wiedervorlageContainerInVorgang.getWiedervorlage(WIEDERVORLAGE_WITH_ATTACHMENTS_BETREFF).getLink().click();
-
-			haveLength(attachmentList.getAttachments(), 1);
-		})
-	})
 })
\ No newline at end of file
-- 
GitLab