From cfa9dbf1fc7e798c68ea03d5c3e1e54f31edeee8 Mon Sep 17 00:00:00 2001 From: Matthew Thornton <44626690+ThorntonMatthewD@users.noreply.github.com> Date: Sat, 28 Oct 2023 00:54:10 -0400 Subject: [PATCH] Remove only --- cypress/e2e/map.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/map.cy.ts b/cypress/e2e/map.cy.ts index 9f71b29..6be6df6 100644 --- a/cypress/e2e/map.cy.ts +++ b/cypress/e2e/map.cy.ts @@ -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");