summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-21 15:23:47 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-21 15:23:47 +0100
commit876f70c22b8a15783aed8b26a19ba54c374b0ef1 (patch)
tree4577df504ee85dc941b9721cf55aa3a792e4f03b /tests
parent59a81d634fdc658651a1ea04596c106dcb9da752 (diff)
Fix integration tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/conversation/breakout-rooms.feature2
-rw-r--r--tests/integration/features/integration/dashboard.feature8
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/integration/features/conversation/breakout-rooms.feature b/tests/integration/features/conversation/breakout-rooms.feature
index 65cf19b8a..a5dfa9951 100644
--- a/tests/integration/features/conversation/breakout-rooms.feature
+++ b/tests/integration/features/conversation/breakout-rooms.feature
@@ -509,7 +509,7 @@ Feature: conversation/breakout-rooms
| 2 | class room | 0 | 1 | 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 |
diff --git a/tests/integration/features/integration/dashboard.feature b/tests/integration/features/integration/dashboard.feature
index ee312296e..5a6cd2f90 100644
--- a/tests/integration/features/integration/dashboard.feature
+++ b/tests/integration/features/integration/dashboard.feature
@@ -29,7 +29,7 @@ Feature: integration/dashboard
And user "participant2" joins room "call room" with 200 (v4)
And user "participant2" joins call "call room" with 200 (v4)
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}ocs/v2.php/apps/spreed/api/v1/room/{token}/avatar | |
- | group room | You were mentioned | group room | {$BASE_URL}ocs/v2.php/apps/spreed/api/v1/room/{token}/avatar | |
- | participant2-displayname | Hello | one-to-one room | {$BASE_URL}ocs/v2.php/apps/spreed/api/v1/room/{token}/avatar | |
+ | title | subtitle | link | iconUrl | sinceId |
+ | call room | Call in progress | call room | {$BASE_URL}core/img/actions/public.svg | |
+ | group room | You were mentioned | group room | {$BASE_URL}core/img/actions/group.svg | |
+ | participant2-displayname | Hello | one-to-one room | {$BASE_URL}index.php/avatar/participant2/64 | |