diff --git a/goofy-client/apps/goofy-e2e/src/integration/einheitlicher-ansprechpartner/navigation/navigation.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/einheitlicher-ansprechpartner/navigation/navigation.e2e-spec.ts
index c0fcd0535bd473b973157f8a0d997b311fcc572c..a55d8226aa0c071050d0393d7676bdf517c2454b 100644
--- a/goofy-client/apps/goofy-e2e/src/integration/einheitlicher-ansprechpartner/navigation/navigation.e2e-spec.ts
+++ b/goofy-client/apps/goofy-e2e/src/integration/einheitlicher-ansprechpartner/navigation/navigation.e2e-spec.ts
@@ -13,15 +13,20 @@ describe('Navigation', () => {
 
 	before(() => {
 		loginAsEmil();
-
-		waitForSpinnerToDisappear();
-		exist(vorgangList.getRoot());
 	})
 
 	after(() => {
 		dropCollections();
 	})
 
+	describe('after login', () => {
+
+		it('should show vorgangList', { defaultCommandTimeout: 30000 }, () => {
+			waitForSpinnerToDisappear();
+			exist(vorgangList.getRoot());
+		})
+	})
+
 	describe('navigation item myVorgaenge', () => {
 
 		it('should not exists', () => {
diff --git a/goofy-client/apps/goofy-e2e/src/integration/main-tests/app/buildinfo.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/main-tests/app/buildinfo.e2e-spec.ts
index 2173435c27c08c68e83d7ef4d58916348b7bc964..a0cfd2fa7e995a0b6f247501830e46c8483b3d9a 100644
--- a/goofy-client/apps/goofy-e2e/src/integration/main-tests/app/buildinfo.e2e-spec.ts
+++ b/goofy-client/apps/goofy-e2e/src/integration/main-tests/app/buildinfo.e2e-spec.ts
@@ -12,15 +12,20 @@ describe('Buildinfo', () => {
 
 	before(() => {
 		loginAsSabine();
-
-		waitForSpinnerToDisappear();
-		exist(vorgangList.getRoot());
 	})
 
 	after(() => {
 		dropCollections();
 	})
 
+	describe('after login', () => {
+
+		it('should show vorgangList', { defaultCommandTimeout: 30000 }, () => {
+			waitForSpinnerToDisappear();
+			exist(vorgangList.getRoot());
+		})
+	})
+
 	describe('buildinfo', () => {
 
 		it('should show version', () => {