Skip to content

Commit

Permalink
update smoke test to use a location which the geocoder can resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Dec 12, 2024
1 parent dc2d8be commit bbd5536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/smoke.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]');
});

Expand Down

0 comments on commit bbd5536

Please sign in to comment.