Skip to content

Commit

Permalink
fix: remove .only() debug statement from tests (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored Jul 31, 2024
1 parent dce8425 commit 5db650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_cypress/cypress/e2e/admin/template-filters.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe("Template filters", () => {
});
});

it.only("Should list category filters alphabetically", () => {
it("Should list category filters alphabetically", () => {
cy.visit(url);

Page.ToggleFilters();
Expand Down

0 comments on commit 5db650b

Please sign in to comment.