Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD authored and oliviasculley committed Oct 8, 2023
1 parent 58c8763 commit 6eaad7c
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 @@ -96,7 +96,7 @@ describe("Map", () => {
cy.url().should("not.contain", "lng=-82.401078");
});

it.only("Attribution control displays the proper message and link", () => {
it("Attribution control displays the proper message and link", () => {
loadMap("/");

cy.get(".leaflet-control-attribution").contains(
Expand Down

0 comments on commit 6eaad7c

Please sign in to comment.