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: src/__tests__/__snapshots__/element-queries.js.snap
+2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ exports[`get throws a useful error message 3`] = `"Unable to find an element wit
8
8
9
9
exports[`get throws a useful error message 4`] =`"Unable to find an element by: [data-testid=\\"LucyRicardo\\"]"`;
10
10
11
+
exports[`get throws a useful error message 5`] =`"Unable to find an element with the alt text: LucyRicardo"`;
12
+
11
13
exports[`label with no form control 1`] =`"Found a label with the text of: alone, however no form control was found associated to that label. Make sure you're using the \\"for\\" attribute or \\"aria-labelledby\\" attribute correctly."`;
12
14
13
15
exports[`totally empty label 1`] =`"Found a label with the text of: , however no form control was found associated to that label. Make sure you're using the \\"for\\" attribute or \\"aria-labelledby\\" attribute correctly."`;
0 commit comments