Browse Source
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>
pull/8333/head
Vitor Mattos
3 years ago
committed by
Joas Schilling
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with
0 additions and
9 deletions
-
tests/integration/features/conversation/avatar.feature
|
|
@ -36,12 +36,3 @@ Feature: conversation/avatar |
|
|
| roomType | 1 | |
|
|
| roomType | 1 | |
|
|
| invite | participant2 | |
|
|
| invite | participant2 | |
|
|
Then user "participant1" uploads file "/img/favicon.png" as avatar of room "one2one" with 400 |
|
|
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 | |
|
|
|