Skip to content

Commit 236396c

Browse files
committed
test(alert): set aria label as a string
1 parent e96bfd8 commit 236396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1>Alert - A11y</h1>
8787
{
8888
text: 'Close',
8989
htmlAttributes: {
90-
ariaLabel: 'close button',
90+
'aria-label': 'close button',
9191
'aria-labelledby': 'close-label',
9292
},
9393
},

0 commit comments

Comments
 (0)