Skip to content

Commit

Permalink
Revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
MidhunSureshR committed Jan 8, 2025
1 parent 9d35514 commit 37a6d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/element-web-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const test = base.extend<Fixtures>({
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 = {
Expand Down

0 comments on commit 37a6d09

Please sign in to comment.