Skip to content

Commit 98ffc03

Browse files
committed
test(alert): set aria label as a string
1 parent 08a74f7 commit 98ffc03

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)