From e1971f883cb2ada1c94407c567ae4dda3f55dc4a Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 16 Apr 2025 08:52:07 +0200 Subject: [PATCH] e2e: fix typo in chat email test Co-authored-by: Ulf Gebhardt --- cypress/e2e/Chat.Message.Notification.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/Chat.Message.Notification.feature b/cypress/e2e/Chat.Message.Notification.feature index b76a0606b..c86428083 100644 --- a/cypress/e2e/Chat.Message.Notification.feature +++ b/cypress/e2e/Chat.Message.Notification.feature @@ -22,7 +22,7 @@ Feature: Notifications for Chat Messages via E-Mail When "Jenny Rostock" sends a chat message to "Bob der Baumeister" And "Nathan Narrator" sends a chat message to "Bob der Baumeister" And "Billy Block" sends a chat message to "Bob der Baumeister" - Then "moderator@example.org" should receive "0" chat notification email referencing "Jenny Rostock" + Then "moderator@example.org" should receive "1" chat notification email referencing "Jenny Rostock" When I am logged in as "bob-der-baumeister" And "Jenny Rostock" sends a chat message to "Bob der Baumeister" And "Nathan Narrator" sends a chat message to "Bob der Baumeister"