Skip to content

Commit

Permalink
reduce precision on cypress tests for geocoder
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Jul 17, 2024
1 parent 9e6b38e commit 1597986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/cypress/e2e/allegation-details-create.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions frontend/cypress/e2e/hwcr-details-create.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1597986

Please sign in to comment.