Skip to content

Commit 2f1eeaa

Browse files
committed
Disable CORS to fix test
1 parent 829f718 commit 2f1eeaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/opendesk/element-web/tests/opendesk.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ test.use({
105105
},
106106
},
107107
},
108+
bypassCSP: true,
109+
launchOptions: {
110+
args: ["--disable-web-security"],
111+
},
108112
});
109113

110114
test.describe("Opendesk", () => {

0 commit comments

Comments
 (0)