Skip to content

Commit

Permalink
Update cypress/test/tools/FiltersDisplay.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 474d6eb commit 486dcc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cypress/test/tools/FiltersDisplay.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ describe('FiltersDisplay', () => {
cy.get('.max-w-lg > div').should('have.length', checkedValues.length);
cy.get('.max-w-lg > div').first().find('[data-testid="Filters-Display-Button"]').click();
cy.wrap(setValues).should('have.been.calledOnceWith', ['Filter2', 'Filter3']);



});
});
});

0 comments on commit 486dcc9

Please sign in to comment.