Skip to content

Commit d03a7b6

Browse files
committed
test(action-sheet): set aria label as a string
1 parent d45a081 commit d03a7b6

File tree

1 file changed

+2
-2
lines changed
  • core/src/components/action-sheet/test/a11y

1 file changed

+2
-2
lines changed

core/src/components/action-sheet/test/a11y/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1>Action Sheet - A11y</h1>
7676
{
7777
text: 'Close',
7878
htmlAttributes: {
79-
ariaLabel: 'close button',
79+
'aria-label': 'close button',
8080
'aria-labelledby': 'close-label',
8181
},
8282
},
@@ -93,7 +93,7 @@ <h1>Action Sheet - A11y</h1>
9393
text: 'Cancel',
9494
role: 'cancel',
9595
htmlAttributes: {
96-
ariaLabel: 'cancel button',
96+
'aria-label': 'cancel button',
9797
'aria-labelledby': 'cancel-label',
9898
},
9999
},

0 commit comments

Comments
 (0)