diff --git a/cypress/e2e/common/filters.cy.js b/cypress/e2e/common/filters.cy.js index a3edd60e..c2e87b6d 100644 --- a/cypress/e2e/common/filters.cy.js +++ b/cypress/e2e/common/filters.cy.js @@ -35,7 +35,7 @@ describe('Filter Panel', () => { cy.intercept(request, fixture).as('getComplaintsDateTo'); // eslint-disable-next-line cypress/no-unnecessary-waiting - cy.wait(2000); + cy.wait(500); cy.log('is expanded'); cy.get('#date_received-from').should('be.visible');