Revert unintended change
This commit is contained in:
@@ -112,7 +112,7 @@ export const test = base.extend<Fixtures>({
|
|||||||
await use(context);
|
await use(context);
|
||||||
},
|
},
|
||||||
disablePresence: false,
|
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) => {
|
page: async ({ homeserver, context, page, config, labsFlags, disablePresence }, use) => {
|
||||||
await context.route(`http://localhost:8080/config.json*`, async (route) => {
|
await context.route(`http://localhost:8080/config.json*`, async (route) => {
|
||||||
const json = {
|
const json = {
|
||||||
|
|||||||
Reference in New Issue
Block a user