From 435fdbe66de017eb81e4107150455cb034c078c6 Mon Sep 17 00:00:00 2001 From: Richard Dinh Date: Tue, 22 Oct 2024 17:07:49 -0700 Subject: [PATCH] wait --- cypress/e2e/common/filters.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');