Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-07-07 18:02:04 +0300
committerJoas Schilling <coding@schilljs.com>2021-07-07 18:02:04 +0300
commitb138414888dc8a558bacd9cfe3cf6735117f40b7 (patch)
treef135bdb871f1f2ef2497d9dc341e89c767d9c5d5 /tests/integration
parent31a32b678086a6d70e7a3f4635cdb04a2b38b7b7 (diff)
Change system message string
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/features/chat/delete.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/features/chat/delete.feature b/tests/integration/features/chat/delete.feature
index 5096ce582..518c0f173 100644
--- a/tests/integration/features/chat/delete.feature
+++ b/tests/integration/features/chat/delete.feature
@@ -203,7 +203,7 @@ Feature: chat/reply
| room | actorType | actorId | actorDisplayName | message | messageParameters |
Then user "participant1" sees the following system messages in room "room1" with 200 (v1)
| room | actorType | actorId | actorDisplayName | systemMessage |
- | room1 | users | participant1 | participant1-displayname | cleared_history |
+ | room1 | users | participant1 | participant1-displayname | history_cleared |
Then user "participant2" sees the following system messages in room "room1" with 200 (v1)
| room | actorType | actorId | actorDisplayName | systemMessage |
- | room1 | users | participant1 | participant1-displayname | cleared_history |
+ | room1 | users | participant1 | participant1-displayname | history_cleared |