Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD committed Oct 28, 2023
1 parent 23cd034 commit cfa9dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/map.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe("Map", () => {
cy.url().should("not.contain", "lng=-82.401078");
});

it.only("Map contents are redisplayed whenever returning to the page from another", () => {
it("Map contents are redisplayed whenever returning to the page from another", () => {
loadMap("/?maps=adult-day-care");

cy.get(".leaflet-marker-icon").its("length").as("initialNumberOfMarkers");
Expand Down

0 comments on commit cfa9dbf

Please sign in to comment.