Merge branch 'develop' into langleyd/commercial_licence_update

This commit is contained in:
David Langley
2025-01-22 15:45:31 +00:00
committed by GitHub
7 changed files with 268 additions and 222 deletions
+7
View File
@@ -53,6 +53,13 @@ export const test = base.extend<Fixtures>({
app.process().stderr.pipe(process.stderr);
await app.firstWindow();
// Block matrix.org access to ensure consistent tests
const context = app.context();
await context.route("https://matrix.org/**", async (route) => {
await route.abort();
});
await use(app);
},
page: async ({ app }, use) => {