From 4ffb739efb48b533946385eb46ed2b42fa819a2d Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Tue, 16 Feb 2021 16:07:48 -0500 Subject: [PATCH] Update cypress.json --- cypress.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}