Skip to content

Commit

Permalink
Update cypress/e2e/search/search.cy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: mat <[email protected]>
  • Loading branch information
adamjarling and mathewjordan authored Apr 19, 2023
1 parent a7a5f7e commit f3e97a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/search/search.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe("Search page component", () => {
});
});

it.only("Shows and hides the filter modal", () => {
it("Shows and hides the filter modal", () => {
cy.visit("/search");
verifyTopResultsCount(TOTAL_RESULTS);
cy.get("[data-testid='modal-content']").should("not.exist");
Expand Down

0 comments on commit f3e97a0

Please sign in to comment.