Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD committed Oct 8, 2023
1 parent 3c922da commit 4986c87
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 4986c87

Please sign in to comment.