summaryrefslogtreecommitdiffstats
path: root/tests/integration/features/conversation/avatar.feature
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-11-21 22:38:40 -0300
committerJoas Schilling <coding@schilljs.com>2022-12-07 15:02:53 +0100
commit86d599e15ebb893396c09beee5a7d27e8346a5f8 (patch)
tree663f8a701ad2a26a9b9a57afb338763d8c759d34 /tests/integration/features/conversation/avatar.feature
parent65816326f5e618d044f8b62a147cc57e7acd8dbd (diff)
Removed test to cover mention in a group
If receive `@all` mention, will be necessary to get the avatar from room object Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests/integration/features/conversation/avatar.feature')
-rw-r--r--tests/integration/features/conversation/avatar.feature9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/integration/features/conversation/avatar.feature b/tests/integration/features/conversation/avatar.feature
index 95c3d8051..5611ba900 100644
--- a/tests/integration/features/conversation/avatar.feature
+++ b/tests/integration/features/conversation/avatar.feature
@@ -36,12 +36,3 @@ Feature: conversation/avatar
| roomType | 1 |
| invite | participant2 |
Then user "participant1" uploads file "/img/favicon.png" as avatar of room "one2one" with 400
-
- Scenario: get mentions in a group room with no other participant
- When user "participant1" creates room "group room" (v4)
- | roomType | 2 |
- | roomName | room |
- And user "participant1" uploads file "/img/favicon.png" as avatar of room "group room" with 200
- Then user "participant1" gets the following candidate mentions in room "group room" for "" with 200
- | id | label | source | avatar |
- | all | room | calls | group room |