From 15979860196f5ed2a9f122f4fb041c7fbc4aaeb4 Mon Sep 17 00:00:00 2001 From: afwilcox Date: Wed, 17 Jul 2024 15:25:58 -0700 Subject: [PATCH] reduce precision on cypress tests for geocoder --- frontend/cypress/e2e/allegation-details-create.cy.ts | 4 ++-- frontend/cypress/e2e/hwcr-details-create.cy.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/cypress/e2e/allegation-details-create.cy.ts b/frontend/cypress/e2e/allegation-details-create.cy.ts index 3356b4f80..da3f58e55 100644 --- a/frontend/cypress/e2e/allegation-details-create.cy.ts +++ b/frontend/cypress/e2e/allegation-details-create.cy.ts @@ -8,8 +8,8 @@ describe("Complaint Create Page spec - Create View", () => { "Caller was involved in an altercation yesterday with a person who was exceeding the Callers understanding of the limit. SUBs were attempting to catch 5 fish, of each type, each person (total 20.) SUBs male and their wife. Caller requesting CO clarification regarding fish quotas for region 3. Caller has contacted front counter BC, who reported the answer to COS. ---- testing", location: "2975 Jutland Rd.", locationDescription: "tester call description 8 ---- testing", - xCoord: "-123.3776771", - yCoord: "48.4405309", + xCoord: "-123.377", + yCoord: "48.440", incidentDateDay: "01", incidentTime: "13:45", community: "Victoria", diff --git a/frontend/cypress/e2e/hwcr-details-create.cy.ts b/frontend/cypress/e2e/hwcr-details-create.cy.ts index 2ce47016d..896043183 100644 --- a/frontend/cypress/e2e/hwcr-details-create.cy.ts +++ b/frontend/cypress/e2e/hwcr-details-create.cy.ts @@ -12,8 +12,8 @@ describe("Complaint Create Page spec - Create View", () => { attractants: ["Livestock", "BBQ", "Beehive"], attractantCodes: ["LIVESTCK", "BBQ", "BEEHIVE"], attratantsIndex: [9, 0, 0], - xCoord: "-123.3776771", - yCoord: "48.4405309", + xCoord: "-123.377", + yCoord: "48.440", community: "Victoria", office: "Victoria", zone: "South Island",