Skip to content

Commit

Permalink
wait
Browse files Browse the repository at this point in the history
  • Loading branch information
flacoman91 committed Oct 23, 2024
1 parent 426d0ef commit 435fdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/common/filters.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 435fdbe

Please sign in to comment.