Skip to content

Commit d48222f

Browse files
Update docs/queries/byrole.mdx
Co-authored-by: Tim Deschryver <[email protected]>
1 parent c93334c commit d48222f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/queries/byrole.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ For example in
134134

135135
you can get the "Login failed" alert by calling
136136
`getByRole('alert', { busy: false })`. To learn more about the busy state see
137-
[ARIA `aria-busy`](https://www.w3.org/TR/wai-aria-1.2/#aria-busy).
137+
[ARIA `aria-busy`](https://www.w3.org/TR/wai-aria-1.2/#aria-busy) and
138+
[MDN `aria-busy` attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-busy).
138139

139140
### `checked`
140141

0 commit comments

Comments
 (0)