Skip to content

Commit 3f0900a

Browse files
committed
fix: Unsorted room list
Signed-off-by: Joas Schilling <[email protected]>
1 parent d874139 commit 3f0900a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/features/conversation-1/archive.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Feature: conversation-1/archive
1010
When user "participant1" creates room "one-to-one room" (v4)
1111
| roomType | 1 |
1212
| 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)
1414
| id | type | participantType | isArchived |
1515
| group room | 3 | 1 | 0 |
1616
| one-to-one room | 1 | 1 | 0 |
1717
And user "participant1" archives room "one-to-one room" with 200 (v4)
1818
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)
2020
| id | type | participantType | isArchived |
2121
| group room | 3 | 1 | 1 |
2222
| one-to-one room | 1 | 1 | 1 |
2323
And user "participant1" unarchives room "one-to-one room" with 200 (v4)
2424
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)
2626
| id | type | participantType | isArchived |
2727
| group room | 3 | 1 | 0 |
2828
| one-to-one room | 1 | 1 | 0 |

0 commit comments

Comments
 (0)