From bbf0eed443b909b7540d8c80dd4553fa3c20dc93 Mon Sep 17 00:00:00 2001 From: mulahasanovic Date: Mon, 15 Dec 2025 11:49:53 +0100 Subject: [PATCH] chore(cypress): update config --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index a84b36c..2e2a7e3 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,8 +1,8 @@ const { defineConfig } = require('cypress') module.exports = defineConfig({ - includeShadowDom: true, e2e: { + includeShadowDom: true, chromeWebSecurity: false, defaultCommandTimeout: 20000, specPattern: 'cypress/integration/**/*.ts',