From bbd55363646ffbae0ea3f80f852e0f6f36b82baf Mon Sep 17 00:00:00 2001 From: Cristen Jones Date: Thu, 12 Dec 2024 16:00:49 -0500 Subject: [PATCH] update smoke test to use a location which the geocoder can resolve --- cypress/e2e/smoke.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/smoke.cy.js b/cypress/e2e/smoke.cy.js index ea168161a6..d44e772a2a 100644 --- a/cypress/e2e/smoke.cy.js +++ b/cypress/e2e/smoke.cy.js @@ -172,7 +172,7 @@ describe("passes smoke test", () => { cy.get('img.leaflet-marker-icon[src="/icon-svg/icon-map-pin-a.svg"]'); // shortcut /to/ - marker B prepopulated - cy.visit("/trip-planner/to/South+Station"); + cy.visit("/trip-planner/to/North+Station"); cy.get('img.leaflet-marker-icon[src="/icon-svg/icon-map-pin-b.svg"]'); });