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 2dc08c7 commit 0570c4a
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 @@ -222,7 +222,7 @@ describe(
.invoke('attr', 'description')
.should('eq', 'Open menu');
cy.findByRole('button', { name: 'open and close list of options' }).click();
cy.findByRole('button', { name: 'help', label: 'help' }).should('be.visible').click();
cy.findByRole('menuitem', { name: 'help' }).should('be.visible').click();
cy.findByRole('button', { name: 'help' })
.find('svg')
.invoke('attr', 'description')
Expand Down

0 comments on commit 0570c4a

Please sign in to comment.