From cb17a85fdaee5211f9ab83925dc36da636595b7d Mon Sep 17 00:00:00 2001 From: anarch3 Date: Mon, 21 Nov 2022 14:32:38 -0500 Subject: [PATCH] fix config --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index 337e8de..8f3b625 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -4,4 +4,5 @@ module.exports = defineConfig({ e2e: { baseUrl: "http://localhost:3000", }, + chromeWebSecurity: false });