Disable CORS to fix test

This commit is contained in:
Michael Telatynski
2025-11-12 17:28:14 +00:00
parent b9792ef2e2
commit 7f26ecd35f
@@ -105,6 +105,10 @@ test.use({
},
},
},
bypassCSP: true,
launchOptions: {
args: ["--disable-web-security"],
},
});
test.describe("Opendesk", () => {