From 639b8cfb1ecfc2e1501dfa9763c966e13a9bee32 Mon Sep 17 00:00:00 2001 From: Edoardo Sabadelli Date: Thu, 13 Apr 2023 13:21:17 +0200 Subject: [PATCH] fix: disable Chrome security for cross origin iframes --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index 7e96fdb30..98149a2e4 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -17,6 +17,7 @@ module.exports = defineConfig({ projectId: '5fk191', viewportWidth: 1280, viewportHeight: 800, + chromeWebSecurity: false, e2e: { // We've imported your old cypress plugins here. // You may want to clean this up later by importing these.