From afced3eb73279f79c09b24ec9e5ef016d9379121 Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 3 Apr 2025 17:02:48 +0200 Subject: [PATCH] test fix experiment --- backend/ew.test.config.json | 2 +- playwright/fixtures/widget-user.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", },