Skip to content

Commit 7429775

Browse files
committed
test(toast): set aria label as a string
1 parent 7df627a commit 7429775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/toast/test/a11y/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1 style="background-color: white">Toast - a11y</h1>
5454
{
5555
icon: 'close',
5656
htmlAttributes: {
57-
ariaLabel: 'close button',
57+
'aria-label': 'close button',
5858
'aria-labelledby': 'close-label',
5959
},
6060
},

0 commit comments

Comments
 (0)