summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-31 14:12:30 +0200
committerJoas Schilling <coding@schilljs.com>2023-03-31 14:12:30 +0200
commit7ac7701c99c25cd15112c15eef6b3695fdf58183 (patch)
tree82843ed28afc4d6d83cd0265e8465761c7757da4 /tests
parent91990dbf081fb9d6210e40c91978590033991c9a (diff)
fix(conversation-avatars): Fix integration test after renaming of the system message
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/conversation/avatar.feature14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/integration/features/conversation/avatar.feature b/tests/integration/features/conversation/avatar.feature
index c8dae60dc..985bde203 100644
--- a/tests/integration/features/conversation/avatar.feature
+++ b/tests/integration/features/conversation/avatar.feature
@@ -18,15 +18,15 @@ Feature: conversation/avatar
When user "participant1" uploads file "/img/favicon.png" as avatar of room "room2" with 200
Then the room "room2" has an avatar with 200
And user "participant1" sees the following system messages in room "room2" with 200
- | room | actorType | actorId | systemMessage | message |
- | room2 | users | participant1 | avatar_set | You set the conversation avatar |
- | room2 | users | participant1 | conversation_created | You created the conversation |
+ | room | actorType | actorId | systemMessage | message |
+ | room2 | users | participant1 | avatar_set | You set the conversation picture |
+ | room2 | users | participant1 | conversation_created | You created the conversation |
And user "participant1" delete the avatar of room "room2" with 200
And user "participant1" sees the following system messages in room "room2" with 200
- | room | actorType | actorId | systemMessage | message |
- | room2 | users | participant1 | avatar_removed | You removed the conversation avatar |
- | room2 | users | participant1 | avatar_set | You set the conversation avatar |
- | room2 | users | participant1 | conversation_created | You created the conversation |
+ | room | actorType | actorId | systemMessage | message |
+ | room2 | users | participant1 | avatar_removed | You removed the conversation picture |
+ | room2 | users | participant1 | avatar_set | You set the conversation picture |
+ | room2 | users | participant1 | conversation_created | You created the conversation |
Scenario: Get avatar of conversation without custom avatar (fallback)
Given user "participant1" creates room "room3" (v4)