diff --git a/cypress/e2e/resource_spec/filter.cy.ts b/cypress/e2e/resource_spec/filter.cy.ts index e0de2dde9c5..aafc03680ee 100644 --- a/cypress/e2e/resource_spec/filter.cy.ts +++ b/cypress/e2e/resource_spec/filter.cy.ts @@ -80,7 +80,6 @@ describe("Resource filter", () => { cy.get("input[name='modified_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"); });