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 ec3a36e commit 426d0ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/common/filters.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ describe('Filter Panel', () => {
fixture = { fixture: 'common/get-complaints-date-to.json' };
cy.intercept(request, fixture).as('getComplaintsDateTo');

// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(2000);
cy.log('is expanded');

cy.get('#date_received-from').should('be.visible');
Expand Down

0 comments on commit 426d0ef

Please sign in to comment.