Skip to content

Commit

Permalink
test(action-sheet): set aria label as a string
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jul 27, 2023
1 parent e472fc7 commit 91d796c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components/action-sheet/test/a11y/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>Action Sheet - A11y</h1>
{
text: 'Close',
htmlAttributes: {
ariaLabel: 'close button',
'aria-label': 'close button',
'aria-labelledby': 'close-label',
},
},
Expand All @@ -93,7 +93,7 @@ <h1>Action Sheet - A11y</h1>
text: 'Cancel',
role: 'cancel',
htmlAttributes: {
ariaLabel: 'cancel button',
'aria-label': 'cancel button',
'aria-labelledby': 'cancel-label',
},
},
Expand Down

0 comments on commit 91d796c

Please sign in to comment.