diff --git a/backend/ew.test.config.json b/backend/ew.test.config.json index 7fe0c63f..dbbaccec 100644 --- a/backend/ew.test.config.json +++ b/backend/ew.test.config.json @@ -46,7 +46,7 @@ "preferred_domain": "meet.element.io" }, "element_call": { - "url": "https://localhost:3000", + "url": "https://localhost:3000/room/", "participant_limit": 8, "brand": "Element Call" }, diff --git a/playwright/fixtures/widget-user.ts b/playwright/fixtures/widget-user.ts index 2ac8d3b8..891b18ff 100644 --- a/playwright/fixtures/widget-user.ts +++ b/playwright/fixtures/widget-user.ts @@ -36,7 +36,7 @@ const CONFIG_JSON = { }, element_call: { - url: "https://localhost:3000", + url: "https://localhost:3000/room/", participant_limit: 8, brand: "Element Call", },