Skip to content

Commit afced3e

Browse files
committed
test fix experiment
1 parent 70c97fa commit afced3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/ew.test.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"preferred_domain": "meet.element.io"
4747
},
4848
"element_call": {
49-
"url": "https://localhost:3000",
49+
"url": "https://localhost:3000/room/",
5050
"participant_limit": 8,
5151
"brand": "Element Call"
5252
},

playwright/fixtures/widget-user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const CONFIG_JSON = {
3636
},
3737

3838
element_call: {
39-
url: "https://localhost:3000",
39+
url: "https://localhost:3000/room/",
4040
participant_limit: 8,
4141
brand: "Element Call",
4242
},

0 commit comments

Comments
 (0)