From 3dfed063fa75056cc0b51034ee1fe7c468ab0a55 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 2 Nov 2021 15:53:04 +0100
Subject: [PATCH] adjust test description

---
 .../postfach-mail/postfach-nachricht-attachments.e2e-spec.ts    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7df543bdc7..8823c40826 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
@@ -15,7 +15,7 @@ import { loginAsBeate } from '../../support/user-util';
 import { createPostfachNachrichtReplyItem, createVorgangAttachedItem, initVorgangAttachedItem } from '../../support/vorgang-attached-item-util';
 import { createVorgang, initVorgang } from '../../support/vorgang-util';
 
-describe('Postfach Nachrichten', () => {
+describe('Postfach Nachrichten Attachments', () => {
 	const mainPage: MainPage = new MainPage();
 	const vorgangList: VorgangListE2EComponent = mainPage.getVorgangList();
 
-- 
GitLab