summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-06 16:48:58 +0100
committerJoas Schilling <coding@schilljs.com>2023-03-06 16:48:58 +0100
commitc098cf187c8540bcb7463d9fd3dfe61d2630e82b (patch)
tree92e3b998fa57c034b2442e1bb406e1a85609c011 /tests
parentbe032cff50d12078f61836969fa40324fffa5862 (diff)
fix(dashboard): Filter out breakout rooms from the Dashboard API list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/integration/dashboard.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/integration/features/integration/dashboard.feature b/tests/integration/features/integration/dashboard.feature
index 5a6cd2f90..a363f5352 100644
--- a/tests/integration/features/integration/dashboard.feature
+++ b/tests/integration/features/integration/dashboard.feature
@@ -28,6 +28,13 @@ Feature: integration/dashboard
And user "participant2" adds user "participant1" to room "call room" with 200 (v4)
And user "participant2" joins room "call room" with 200 (v4)
And user "participant2" joins call "call room" with 200 (v4)
+ Given user "participant2" creates room "breakout room parent" (v4)
+ | roomType | 2 |
+ | roomName | call room |
+ And user "participant2" adds user "participant1" to room "breakout room parent" with 200 (v4)
+ When user "participant2" creates 2 automatic breakout rooms for "breakout room parent" with 200 (v1)
+ And user "participant2" starts breakout rooms in room "breakout room parent" with 200 (v1)
+ And user "participant2" broadcasts message "@participant1 hello" to room "breakout room parent" with 201 (v1)
Then user "participant1" sees the following entries for dashboard widgets "spreed" (v1)
| title | subtitle | link | iconUrl | sinceId |
| call room | Call in progress | call room | {$BASE_URL}core/img/actions/public.svg | |