diff --git a/cypress.json b/cypress.json index 80cd6a934..268107b1c 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,5 @@ { "baseUrl": "http://localhost:8080", - "modifyObstructiveCode": false -} \ No newline at end of file + "modifyObstructiveCode": false, + "chromeWebSecurity": false +}