Skip to content

Commit

Permalink
chore(suiteheader and headeraction): fix accessibility scan violations
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanixraut committed Jun 22, 2023
1 parent 0b5c2f0 commit ce44d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Header/Header.test.e2e.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ describe(
.should('not.exist');

cy.findByRole('button', { name: 'open and close list of options' }).click();
cy.findByRole('menuitem', { name: 'user' }).click();
cy.findByTestId('menuitem', { name: 'user', label: 'user' }).click();
cy.findByText('[email protected]').should('be.visible');
cy.findByRole('menuitem', { name: 'user' })
.find('svg')
Expand Down

0 comments on commit ce44d8a

Please sign in to comment.