File tree 1 file changed +3
-3
lines changed
tests/integration/features/conversation-1
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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)
13
+ And user "participant1" is participant of the following unordered rooms (v4)
14
14
| id | type | participantType | isArchived |
15
15
| group room | 3 | 1 | 0 |
16
16
| one -to -one room | 1 | 1 | 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)
19
+ And user "participant1" is participant of the following unordered rooms (v4)
20
20
| id | type | participantType | isArchived |
21
21
| group room | 3 | 1 | 1 |
22
22
| one -to -one room | 1 | 1 | 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)
25
+ And user "participant1" is participant of the following unordered rooms (v4)
26
26
| id | type | participantType | isArchived |
27
27
| group room | 3 | 1 | 0 |
28
28
| one -to -one room | 1 | 1 | 0 |
You can’t perform that action at this time.
0 commit comments