From 7d9a2c39ef02a3ee853e198f672c8d1a8b6ac16a Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 2 Mar 2023 13:57:13 +0100
Subject: [PATCH] OZG-3074 fix E2E: adjust create postfach mail button

---
 .../main-tests/postfach-mail/postfach-mail-error.e2e-spec.ts    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/goofy-client/apps/goofy-e2e/src/integration/main-tests/postfach-mail/postfach-mail-error.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/main-tests/postfach-mail/postfach-mail-error.e2e-spec.ts
index 74ca17cc3a..08c3de18cc 100644
--- a/goofy-client/apps/goofy-e2e/src/integration/main-tests/postfach-mail/postfach-mail-error.e2e-spec.ts
+++ b/goofy-client/apps/goofy-e2e/src/integration/main-tests/postfach-mail/postfach-mail-error.e2e-spec.ts
@@ -82,7 +82,7 @@ describe('PostfachMail error', () => {
 		})
 
 		it('should show postfach mail button', () => {
-			exist(postfachMailContainer.getButton());
+			exist(postfachMailContainer.getCreateButtonWithText());
 		})
 
 		it('should show postfach mail button in subnavigation', () => {
-- 
GitLab