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
Found discrepancy between browser results and unit test using the exact same snippet.
The snippet is a simpler version of our TextField component, where the validation message is prefixed with a font icon with an aria-label.
What happened:
Browser
Testing Library
Problem description:
Not reflective of the real result.
The text was updated successfully, but these errors were encountered:
Initially reported in testing-library/dom-testing-library#1336.
Opening issue here as requested.
Relevant code:
What you did:
Found discrepancy between browser results and unit test using the exact same snippet.
The snippet is a simpler version of our TextField component, where the validation message is prefixed with a font icon with an
aria-label
.What happened:
Problem description:
Not reflective of the real result.
The text was updated successfully, but these errors were encountered: