summaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-03-15 15:05:20 -0300
committerJoas Schilling <coding@schilljs.com>2023-04-14 12:06:51 +0200
commit85a41dd9eae687d9ed4196c9666c1868b66ef721 (patch)
treec12b9b777371f38edee5da160f5a33b5e9fe7312 /tests/integration
parenta5b31d65e3b31d66b38dc8f33f5cf23896811e31 (diff)
Return with avatar URL capability
Revert https://github.com/nextcloud/spreed/pull/8805 Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/features/integration/dashboard.feature8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration/features/integration/dashboard.feature b/tests/integration/features/integration/dashboard.feature
index a363f5352..2120bbbef 100644
--- a/tests/integration/features/integration/dashboard.feature
+++ b/tests/integration/features/integration/dashboard.feature
@@ -36,7 +36,7 @@ Feature: integration/dashboard
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 | |
- | 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 | |
+ | 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 | |