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"]'); });