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
path: root/tests
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-03-03 14:48:02 +0300
committerVitor Mattos <vitor@php.rio>2022-03-03 15:11:22 +0300
commit285e7396cafed6f5e962b723171596dcc917d38b (patch)
tree92f831d453d0860a332c7e1951f0c50f7a2938f5 /tests
parent22fde9eb56285b43ef18e2693d7dbde4d8c3cd15 (diff)
Return empty array when comment haven't reactions
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/reaction/react.feature2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/features/reaction/react.feature b/tests/integration/features/reaction/react.feature
index e95805816..432990640 100644
--- a/tests/integration/features/reaction/react.feature
+++ b/tests/integration/features/reaction/react.feature
@@ -51,6 +51,8 @@ Feature: reaction/react
| roomName | room |
And user "participant1" adds user "participant2" to room "room" with 200 (v4)
And user "participant1" sends message "Message 1" to room "room" with 201
+ Then user "participant1" retrieve reactions "👍" of message "Message 1" in room "room" with 200
+ | actorType | actorId | actorDisplayName | reaction |
And user "participant1" react with "👍" on message "Message 1" to room "room" with 201
And user "participant2" react with "👍" on message "Message 1" to room "room" with 201
Then user "participant1" retrieve reactions "👍" of message "Message 1" in room "room" with 200