You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/queries/byrole.mdx
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,7 @@ this functionality in your test or not is up to you.
75
75
76
76
:::tip input type password
77
77
78
-
Use [ByLabelText](queries/bylabeltext.mdx) to select `<input type="password" />`.
79
-
80
-
This input type doesn't have the textbox role.
78
+
Unfortunately, the spec defines that `<input type="password" />` has no implicit role. This means that in order to query this type of element we must fallback to a less powerful query such as `[ByLabelText](queries/bylabeltext.mdx)`.
0 commit comments