summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-02-24 10:35:53 +0100
committerGitHub <noreply@github.com>2023-02-24 10:35:53 +0100
commitfc423d01ff27c0110e88d081e31fee00a45c85b0 (patch)
tree410ab306649be7befe8ca00d1be588bed06b264c /tests
parente938e9d1160846759d372d1bc98f37f8095252c3 (diff)
parent6cd03f1e9d9f2688a3b203374deafa7e3daa300d (diff)
Merge pull request #8838 from nextcloud/bugfix/noid/make-breakout-room-tests-more-reliable
fix(CI): Make the breakout room tests more reliable by ordering locally
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 |