From ce5be0baa5cb8cbbc64ecd5af29409052256bc58 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 10 Nov 2021 18:38:59 +0100
Subject: [PATCH] OZG-959 OZG-1673 comment local e2e test

---
 .../interceptor/interceptor-connection-timout.e2e-spec.ts    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/goofy-client/apps/goofy-e2e/src/integration/interceptor/interceptor-connection-timout.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/interceptor/interceptor-connection-timout.e2e-spec.ts
index 2f1a77901e..ba588e95d5 100644
--- a/goofy-client/apps/goofy-e2e/src/integration/interceptor/interceptor-connection-timout.e2e-spec.ts
+++ b/goofy-client/apps/goofy-e2e/src/integration/interceptor/interceptor-connection-timout.e2e-spec.ts
@@ -57,7 +57,7 @@ describe('Interceptor Connection Timeout', () => {
 		})
 
 		it.skip('(LOCAL ONLY) should show fail dialog after time is over', () => {
-			cy.wait(6000);
+			cy.wait(10000);//Hier das BE ausstellen
 
 			exist(connectionTimeoutRetryFailDialog.getIcon());
 			contains(connectionTimeoutRetryFailDialog.getHeader(), 'Zeitüberschreitung der Verbindung');
@@ -68,7 +68,8 @@ describe('Interceptor Connection Timeout', () => {
 		it.skip('(LOCAL ONLY) should reload page on click on button', () => {
 			connectionTimeoutRetryFailDialog.getReloadButton().click();
 
-			exist(vorgangPage.getSpinner());
+			cy.wait(10000);//Hier das BE ausstellen
+
 			exist(vorgangPage.getVorgangDetailHeader().getRoot());
 		})
 	})
-- 
GitLab