Skip to content

Commit

Permalink
chore: Update cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Feb 22, 2024
1 parent de5264a commit 89c0374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('PrimaryToolbar component', () => {
otherConfig.activeFiltersConfig.onDelete = cy.spy().as('afSpy');
cy.mount(<PrimaryToolbar {...groupConfig} {...otherConfig} />);
cy.get('[data-ouia-component-id="ExpandCollapseAll"]').click();
cy.get('button[aria-label="BulkSelect"]').click();
cy.get('[data-ouia-component-id="BulkSelect"]').click();
cy.get(':nth-child(2) > .pf-v5-c-menu__item').click();
cy.get('[data-ouia-component-id="ClearFilters"]').click();
cy.get('@eaSpy').should('have.been.called');
Expand Down

0 comments on commit 89c0374

Please sign in to comment.