Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker committed Sep 12, 2024
1 parent ce5f925 commit d387e4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/resource_spec/filter.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ describe("Resource filter", () => {
cy.get("input[name='created_date_start']").click();
cy.get("#date-1").click();
cy.get("#date-1").click();
cy.get("body").click(0, 0);
cy.contains("Apply").click();
cy.wait("@resource_filter");
});
Expand Down

0 comments on commit d387e4d

Please sign in to comment.