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 23e1f07f6f99bb352accc2d8a8a9a2cc6c88ff54..bb94c53f0719b2ec93e8f98b430e65e1982e5143 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