diff --git a/e2e-tests/cypress.config.js b/e2e-tests/cypress.config.js index b5f333dfd..d6554e27d 100644 --- a/e2e-tests/cypress.config.js +++ b/e2e-tests/cypress.config.js @@ -9,6 +9,7 @@ module.exports = defineConfig({ e2e: { // baseUrl: 'http://localhost:3000', // trashAssetsBeforeRuns: false, + chromeWebSecurity: false, setupNodeEvents(on, config) { // implement node event listeners here