summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-05-13 18:39:03 +0200
committerJoas Schilling <coding@schilljs.com>2024-05-13 18:39:03 +0200
commit45ed6193242f66389a5c8485a407b7a197a2945f (patch)
tree568519e0a3b6ef8bfec8da47a9895d318d788365
parent22d06cb374cce0220688e89027eaa0ffe30a9d9e (diff)
fix(tests): Adjust fake actor id
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--tests/integration/features/chat-2/poll.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/features/chat-2/poll.feature b/tests/integration/features/chat-2/poll.feature
index 7cbd3094e..e59e2a977 100644
--- a/tests/integration/features/chat-2/poll.feature
+++ b/tests/integration/features/chat-2/poll.feature
@@ -706,9 +706,9 @@ Feature: chat-2/poll
Then user "participant1" sees the following system messages in room "room" with 200 (v1)
| room | actorType | actorId | systemMessage | message | messageParameters |
| room | users | admin | user_removed | {actor} removed {user} | "IGNORE" |
- | room | deleted_users | deleted_users | poll_closed | {actor} ended the poll {poll} | {"actor":{"type":"highlight","id":"deleted_users","name":"Deleted user"},"poll":{"type":"talk-poll","id":POLL_ID(What is the question?),"name":"What is the question?"}} |
+ | room | deleted_users | deleted_users | poll_closed | {actor} ended the poll {poll} | {"actor":{"type":"highlight","id":"deleted_user","name":"Deleted user"},"poll":{"type":"talk-poll","id":POLL_ID(What is the question?),"name":"What is the question?"}} |
| room | guests | system | poll_voted | Someone voted on the poll {poll} | {"poll":{"type":"talk-poll","id":POLL_ID(What is the question?),"name":"What is the question?"}} |
- | room | users | participant1 | user_added | You added {user} | {"actor":{"type":"user","id":"participant1","name":"participant1-displayname"},"user":{"type":"highlight","id":"deleted_users","name":"Deleted user"}} |
+ | room | users | participant1 | user_added | You added {user} | {"actor":{"type":"user","id":"participant1","name":"participant1-displayname"},"user":{"type":"highlight","id":"deleted_user","name":"Deleted user"}} |
| room | users | participant1 | conversation_created | You created the conversation | {"actor":{"type":"user","id":"participant1","name":"participant1-displayname"}} |
Scenario: Deleting the poll message removes all details