We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d893dab commit 5d46b60Copy full SHA for 5d46b60
docs/queries/byrole.mdx
@@ -15,13 +15,11 @@ import TabItem from '@theme/TabItem'
15
getByRole(
16
// If you're using `screen`, then skip the container argument:
17
container: HTMLElement,
18
- role: TextMatch,
+ role: string,
19
options?: {
20
- exact?: boolean = true,
21
hidden?: boolean = false,
22
name?: TextMatch,
23
description?: TextMatch,
24
- normalizer?: NormalizerFn,
25
selected?: boolean,
26
checked?: boolean,
27
pressed?: boolean,
0 commit comments