Skip to content

Commit

Permalink
fix: testing aria codesnippet (carbon-design-system#16022)
Browse files Browse the repository at this point in the history
* fix: testing aria codesnippet

* fix: test desribedby

* fix: assertive

* Update CodeSnippet.js

---------

Co-authored-by: Alison Joseph <[email protected]>
  • Loading branch information
2 people authored and preetibansalui committed Apr 24, 2024
1 parent 785df40 commit 32ec86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/CodeSnippet/CodeSnippet.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function CodeSnippet({
className={codeSnippetClasses}
feedback={feedback}
feedbackTimeout={feedbackTimeout}>
<code id={uid} ref={innerCodeRef}>
<code aria-live="assertive" id={uid} ref={innerCodeRef}>
{children}
</code>
</Copy>
Expand Down

0 comments on commit 32ec86d

Please sign in to comment.