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 7df543bdc7b330a1073c3087818306d8dde7dae5..8823c40826a06aef2b380dee6a7020b0676d7ef4 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();