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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,12 @@ not replace the functionality of these attributes. For example
73
73
its description if `fancy.jpg` could not be loaded. Whether you want to assert
74
74
this functionality in your test or not is up to you.
75
75
76
+
:::tip input type password
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)`.
0 commit comments