@@ -241,25 +241,33 @@ Feature: conversation/lobby
241
241
And user "guest2" joins room "room" with 200 (v4)
242
242
When user "participant1" sets lobby state for room "room" to "non moderators" with 200 (v4)
243
243
And user "participant1" sends message "Message 1" to room "room" with 201
244
+ And user "participant1" sees the following system messages in room "room" with 200
245
+ | room | actorType | actorId | systemMessage |
246
+ | room | users | participant1 | lobby_non_moderators |
247
+ | room | users | participant1 | guest_moderator_promoted |
248
+ | room | users | participant1 | user_added |
249
+ | room | users | participant1 | moderator_promoted |
250
+ | room | users | participant1 | user_added |
251
+ | room | users | participant1 | conversation_created |
244
252
And user "participant1" sets description for room "room" to "the description" with 200 (v4)
245
253
Then user "participant1" is participant of room "room" (v4)
246
- | name | description | type | participantType | lastMessage |
247
- | room | the description | 3 | 1 | You set the description |
254
+ | name | description | type | participantType | lastMessage | lastReadMessage |
255
+ | room | the description | 3 | 1 | You set the description | Message 1 |
248
256
And user "participant2" is participant of room "room" (v4)
249
- | name | description | type | participantType | lastMessage |
250
- | room | the description | 3 | 2 | {actor } set the description |
257
+ | name | description | type | participantType | lastMessage | lastReadMessage |
258
+ | room | the description | 3 | 2 | {actor } set the description | conversation_created |
251
259
And user "participant3" is participant of room "room" (v4)
252
- | name | description | type | participantType | lastMessage |
253
- | room | the description | 3 | 3 | UNSET |
260
+ | name | description | type | participantType | lastMessage | lastReadMessage |
261
+ | room | the description | 3 | 3 | UNSET | moderator_promoted |
254
262
And user "participant4" is participant of room "room" (v4)
255
- | name | description | type | participantType | lastMessage |
256
- | room | the description | 3 | 5 | UNSET |
263
+ | name | description | type | participantType | lastMessage | lastReadMessage |
264
+ | room | the description | 3 | 5 | UNSET | user_added |
257
265
And user "guest" is participant of room "room" (v4)
258
- | name | description | type | participantType | lastMessage |
259
- | room | the description | 3 | 6 | {actor } set the description |
266
+ | name | description | type | participantType | lastMessage | lastReadMessage |
267
+ | room | the description | 3 | 6 | {actor } set the description | user_added |
260
268
And user "guest2" is participant of room "room" (v4)
261
- | name | description | type | participantType | lastMessage |
262
- | room | the description | 3 | 4 | UNSET |
269
+ | name | description | type | participantType | lastMessage | lastReadMessage |
270
+ | room | the description | 3 | 4 | UNSET | guest_moderator_promoted |
263
271
264
272
265
273
# Not all the values are checked in the test, only the most relevant ones
0 commit comments