diff --git a/frontend/cypress.json b/frontend/cypress.json index 3981dec63..cc66763d3 100644 --- a/frontend/cypress.json +++ b/frontend/cypress.json @@ -11,5 +11,6 @@ "retries": { "runMode": 3, "openMode": 0 - } -} \ No newline at end of file + }, + "chromeWebSecurity": false +}