diff --git a/frontend/cypress.config.js b/frontend/cypress.config.js index fa794a0..650b0b8 100644 --- a/frontend/cypress.config.js +++ b/frontend/cypress.config.js @@ -9,6 +9,6 @@ export default defineConfig({ viewportHeight: 800, video: true, videoCompression: false, - allowCypressEnv: false, + allowCypressEnv: true, }, })