Skip to content

Commit

Permalink
Update cypress/test/tools/FiltersDropdown.cy.js
Browse files Browse the repository at this point in the history
Co-authored-by: Akshat Nema <[email protected]>
  • Loading branch information
reachaadrika and akshatnema authored Jul 14, 2023
1 parent 61d5ede commit 474d6eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/test/tools/FiltersDropdown.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ describe('FiltersDropdown', () => {
cy.get('[data-testid="FiltersDropdown-div"] > :nth-child(1)').click();
cy.get('@setStateFunction').should('have.been.calledThrice');
cy.get('@setStateFunction').should('have.been.calledWith', ['Option 2']);


});
});

0 comments on commit 474d6eb

Please sign in to comment.