@@ -21,19 +21,28 @@ Feature: chat-2/search
21
21
And user "participant1" adds user "participant2" to room "room2" with 200 (v4)
22
22
And user "participant1" sends message "Message 1" to room "room1" with 201
23
23
And user "participant1" sends message "Message 2" to room "room2" with 201
24
+ When user "participant1" shares "welcome.txt" with room "room1"
25
+ | talkMetaData | {"caption ":"Message 3 "} |
26
+ Then user "participant1" sees the following messages in room "room1" with 200
27
+ | room | actorType | actorId | actorDisplayName | message | messageParameters |
28
+ | room1 | users | participant1 | participant1 -displayname | Message 3 | "IGNORE " |
29
+ | room1 | users | participant1 | participant1 -displayname | Message 1 | [] |
24
30
When user "participant2" searches for messages with "essa" in room "room1" with 200
25
31
| title | subline | attributes .conversation | attributes .messageId |
32
+ | participant1 -displayname | Message 3 | room1 | Message 3 |
26
33
| participant1 -displayname | Message 1 | room1 | Message 1 |
27
34
When user "participant2" searches for messages with "essa" in room "room2" with 200
28
35
| title | subline | attributes .conversation | attributes .messageId |
29
36
| participant1 -displayname | Message 2 | room2 | Message 2 |
30
37
When user "participant2" searches for messages with "conversation:ROOM(room1) essa" in room "room1" with 200
31
38
| title | subline | attributes .conversation | attributes .messageId |
39
+ | participant1 -displayname | Message 3 | room1 | Message 3 |
32
40
| participant1 -displayname | Message 1 | room1 | Message 1 |
33
41
When user "participant2" searches for messages in other rooms with "conversation:ROOM(room1) essa" in room "room1" with 200
34
42
When user "participant2" searches for messages with "conversation:ROOM(room1) essa" in room "room2" with 200
35
43
When user "participant2" searches for messages in other rooms with "conversation:ROOM(room1) essa" in room "room2" with 200
36
44
| title | subline | attributes .conversation | attributes .messageId |
45
+ | participant1 -displayname | Message 3 | room1 | Message 3 |
37
46
| participant1 -displayname | Message 1 | room1 | Message 1 |
38
47
39
48
Scenario : Can not search when being blocked by the lobby
0 commit comments