Skip to content

Commit a8c684a

Browse files
authored

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dom-testing-library/api-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ getByRole(
582582
role: TextMatch,
583583
options?: {
584584
exact?: boolean = true,
585-
hidden?: boolean = true,
585+
hidden?: boolean = false,
586586
name?: TextMatch,
587587
normalizer?: NormalizerFn,
588588
selected?: boolean,

0 commit comments

Comments
 (0)