diff options
-rw-r--r-- | .cypress/cypress.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cypress/cypress.json b/.cypress/cypress.json index 9b424ef69..d7d2ec3d7 100644 --- a/.cypress/cypress.json +++ b/.cypress/cypress.json @@ -1,7 +1,7 @@ { "baseUrl": "http://fixmystreet.localhost:3001", "projectId": "y8vvs1", - "blacklistHosts": ["gaze.mysociety.org", "*.openstreetmap.org"], + "blacklistHosts": ["gaze.mysociety.org", "*.openstreetmap.org", "tilma.mysociety.org"], "env": { "postcode": "BS10 5EE" }, |