From 2d92d7164c67c98c8257e5f3ca03c8f8a1859b77 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 2 Nov 2021 17:55:43 +0100 Subject: [PATCH] OZG-1194 skip e2e test --- .../postfach-mail/postfach-nachricht-attachments.e2e-spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goofy-client/apps/goofy-e2e/src/integration/postfach-mail/postfach-nachricht-attachments.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/postfach-mail/postfach-nachricht-attachments.e2e-spec.ts index 8823c40826..d7b6c21c55 100644 --- a/goofy-client/apps/goofy-e2e/src/integration/postfach-mail/postfach-nachricht-attachments.e2e-spec.ts +++ b/goofy-client/apps/goofy-e2e/src/integration/postfach-mail/postfach-nachricht-attachments.e2e-spec.ts @@ -86,7 +86,7 @@ describe('Postfach Nachrichten Attachments', () => { }) }) - describe('navigate back', () => { + describe.skip('navigate back', () => { it('should show vorgang detail', () => { postfachSubnavigation.getBackButton().click(); @@ -100,4 +100,4 @@ describe('Postfach Nachrichten Attachments', () => { exist(vorgangList.getRoot()); }) }) -}) \ No newline at end of file +}) -- GitLab