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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,9 @@ this functionality in your test or not is up to you.
75
75
76
76
:::tip input type password
77
77
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)`.
78
+
Unfortunately, the spec defines that `<input type="password" />` has no implicit
79
+
role. This means that in order to query this type of element we must fallback to
80
+
a less powerful query such as [`ByLabelText`](queries/bylabeltext.mdx).
0 commit comments