summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-29 11:20:34 +0200
committerJoas Schilling <coding@schilljs.com>2022-04-29 11:20:34 +0200
commit3ff43710f9f03a27da8731c775f074c6ac4814fa (patch)
tree7a3409688f695c1dad75956d6c75b5fad94d5bb4 /tests
parent90a75d5d65090110b8ddaa1489b8450a3af1f895 (diff)
ADjust reactions order after server merge
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/reaction/react.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/features/reaction/react.feature b/tests/integration/features/reaction/react.feature
index 2bedf4ac1..ebd6ef063 100644
--- a/tests/integration/features/reaction/react.feature
+++ b/tests/integration/features/reaction/react.feature
@@ -97,7 +97,7 @@ Feature: reaction/react
And user "guest" react with "👤" on message "Message 1" to room "room" with 201
Then user "participant1" sees the following messages in room "room" with 200
| room | actorType | actorId | actorDisplayName | message | messageParameters | reactions |
- | room | users | participant1 | participant1-displayname | Message 1 | [] | {"👤":1,"👍":1} |
+ | room | users | participant1 | participant1-displayname | Message 1 | [] | {"👍":1,"👤":1} |
And user "participant2" delete react with "👍" on message "Message 1" to room "room" with 200
| actorType | actorId | actorDisplayName | reaction |
| guests | guest | | 👤 |