diff --git a/playwright/element-web-test.ts b/playwright/element-web-test.ts index 39dc538861..e0d489f385 100644 --- a/playwright/element-web-test.ts +++ b/playwright/element-web-test.ts @@ -128,12 +128,13 @@ export const test = base.extend({ await context.route(`http://localhost:8080/config.json*`, async (route) => { const json = { ...CONFIG_JSON, + ...config, default_server_config: { + ...config.default_server_config, "m.homeserver": { base_url: homeserver.baseUrl, }, }, - ...config, }; json["features"] = { ...json["features"],