From 58f5d9b72b04e93e14d285d2785b7e6582875c56 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Wed, 8 Jan 2025 20:10:47 +0530 Subject: [PATCH] Revert unintended change --- playwright/element-web-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/element-web-test.ts b/playwright/element-web-test.ts index af9c293a820..f15aaae3706 100644 --- a/playwright/element-web-test.ts +++ b/playwright/element-web-test.ts @@ -112,7 +112,7 @@ export const test = base.extend({ await use(context); }, disablePresence: false, - config: CONFIG_JSON, + config: {}, // We merge this atop the default CONFIG_JSON in the page fixture to make extending it easier page: async ({ homeserver, context, page, config, labsFlags, disablePresence }, use) => { await context.route(`http://localhost:8080/config.json*`, async (route) => { const json = {