diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index ddbdc745c..4bcf7f7f9 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -45,6 +45,7 @@ module.exports = defineConfig({ baseUrl: 'http://localhost:3000', specPattern: '**/*.feature', supportFile: false, + includeShadowDom: true, retries: 0, video: false, viewportHeight: 720,