@@ -10,19 +10,19 @@ Feature: conversation-1/archive
10
10
When user "participant1" creates room "one-to-one room" (v4)
11
11
| roomType | 1 |
12
12
| invite | participant2 |
13
- And user "participant1" is participant of the following rooms (v4)
14
- | id | type | participantType | isArchived |
15
- | group room | 3 | 1 | 0 |
16
- | one -to -one room | 1 | 1 | 0 |
13
+ And user "participant1" is participant of the following unordered rooms (v4)
14
+ | id | name | isArchived |
15
+ | group room | room | 0 |
16
+ | one -to -one room | participant2 | 0 |
17
17
And user "participant1" archives room "one-to-one room" with 200 (v4)
18
18
And user "participant1" archives room "group room" with 200 (v4)
19
- And user "participant1" is participant of the following rooms (v4)
20
- | id | type | participantType | isArchived |
21
- | group room | 3 | 1 | 1 |
22
- | one -to -one room | 1 | 1 | 1 |
19
+ And user "participant1" is participant of the following unordered rooms (v4)
20
+ | id | name | isArchived |
21
+ | group room | room | 1 |
22
+ | one -to -one room | participant2 | 1 |
23
23
And user "participant1" unarchives room "one-to-one room" with 200 (v4)
24
24
And user "participant1" unarchives room "group room" with 200 (v4)
25
- And user "participant1" is participant of the following rooms (v4)
26
- | id | type | participantType | isArchived |
27
- | group room | 3 | 1 | 0 |
28
- | one -to -one room | 1 | 1 | 0 |
25
+ And user "participant1" is participant of the following unordered rooms (v4)
26
+ | id | name | isArchived |
27
+ | group room | room | 0 |
28
+ | one -to -one room | participant2 | 0 |
0 commit comments