From da315ed62983dd7ee77bb44bf016f7815ccb6191 Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Wed, 10 Jul 2024 07:30:11 -0400 Subject: [PATCH] update cypress config to allow for downloading file --- electron/ui/cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/electron/ui/cypress.config.js b/electron/ui/cypress.config.js index 0c884851..da11618d 100644 --- a/electron/ui/cypress.config.js +++ b/electron/ui/cypress.config.js @@ -10,4 +10,5 @@ module.exports = defineConfig({ baseUrl: 'http://localhost:3000', video: false }, + chromeWebSecurity: false, });