summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-24 07:26:47 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-24 07:26:47 +0100
commit6cd03f1e9d9f2688a3b203374deafa7e3daa300d (patch)
treedd8da7ef55de65c6c597af43fbb9f2fe3d9664bc /tests
parent2c38275585539ce3fc416657db95341d8cb410a7 (diff)
fix(CI): Make the breakout room tests more reliable by ordering locally
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/conversation/breakout-rooms.feature20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/integration/features/conversation/breakout-rooms.feature b/tests/integration/features/conversation/breakout-rooms.feature
index a5dfa9951..4c1a9cb6f 100644
--- a/tests/integration/features/conversation/breakout-rooms.feature
+++ b/tests/integration/features/conversation/breakout-rooms.feature
@@ -126,7 +126,7 @@ Feature: conversation/breakout-rooms
| 2 | Room 1 |
| 2 | Room 2 |
| 2 | Room 3 |
- And user "participant2" is participant of the following rooms (v4)
+ And user "participant2" is participant of the following unordered rooms (v4)
| type | name |
| 2 | class room |
| 2 | Room 1 |
@@ -486,7 +486,7 @@ Feature: conversation/breakout-rooms
| 2 | class room | 0 | 2 | 0 |
| 2 | Room 1 | 1 | 0 | 0 |
| 2 | Room 2 | 1 | 0 | 0 |
- Then user "participant2" is participant of the following rooms (v4)
+ Then user "participant2" is participant of the following unordered rooms (v4)
| type | name |
| 2 | class room |
| 2 | Room 1 |
@@ -532,7 +532,7 @@ Feature: conversation/breakout-rooms
| 2 | class room | 0 | 1 | 0 |
| 2 | Room 1 | 1 | 0 | 0 |
| 2 | Room 2 | 1 | 0 | 0 |
- And user "participant2" is participant of the following rooms (v4)
+ And user "participant2" is participant of the following unordered rooms (v4)
| type | name |
| 2 | class room |
| 2 | Room 1 |
@@ -563,15 +563,15 @@ Feature: conversation/breakout-rooms
| 2 | Room 1 |
| 2 | Room 2 |
| 2 | Room 3 |
- And user "participant2" is participant of the following rooms (v4)
+ And user "participant2" is participant of the following unordered rooms (v4)
| type | name |
| 2 | class room |
| 2 | Room 1 |
- And user "participant3" is participant of the following rooms (v4)
+ And user "participant3" is participant of the following unordered rooms (v4)
| type | name |
| 2 | class room |
| 2 | Room 2 |
- And user "participant4" is participant of the following rooms (v4)
+ And user "participant4" is participant of the following unordered rooms (v4)
| type | name |
| 2 | class room |
| 2 | Room 3 |
@@ -674,7 +674,7 @@ Feature: conversation/breakout-rooms
| actorType | actorId | participantType |
| users | participant1 | 1 |
| users | participant2 | 3 |
- And user "participant2" is participant of the following rooms (v4)
+ And user "participant2" is participant of the following unordered rooms (v4)
| type | name | lobbyState | breakoutRoomMode | breakoutRoomStatus |
| 2 | class room | 0 | 1 | 0 |
| 2 | Room 2 | 1 | 0 | 0 |
@@ -698,7 +698,7 @@ Feature: conversation/breakout-rooms
| actorType | actorId | participantType |
| users | participant1 | 1 |
| users | participant2 | 3 |
- And user "participant2" is participant of the following rooms (v4)
+ And user "participant2" is participant of the following unordered rooms (v4)
| type | name | lobbyState | breakoutRoomMode | breakoutRoomStatus |
| 2 | class room | 0 | 1 | 0 |
| 2 | Room 2 | 1 | 0 | 0 |
@@ -725,11 +725,11 @@ Feature: conversation/breakout-rooms
| 2 | class room | 0 | 2 | 0 |
| 2 | Room 1 | 1 | 0 | 0 |
| 2 | Room 2 | 1 | 0 | 0 |
- And user "participant3" is participant of the following rooms (v4)
+ And user "participant3" is participant of the following unordered rooms (v4)
| type | name | lobbyState | breakoutRoomMode | breakoutRoomStatus |
| 2 | class room | 0 | 2 | 0 |
| 2 | Room 1 | 1 | 0 | 0 |
- And user "participant4" is participant of the following rooms (v4)
+ And user "participant4" is participant of the following unordered rooms (v4)
| type | name | lobbyState | breakoutRoomMode | breakoutRoomStatus |
| 2 | class room | 0 | 2 | 0 |
| 2 | Room 2 | 1 | 0 | 0 |