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
Added a note about using `exact` option with *byRole queries to enable fuzzy matching.
Please see details of the issue here:
testing-library/dom-testing-library#1157
Users may expect to use `exact: false` for substring matching whereas it doesn't affect the way of filtering out DOM nodes by accessible names.
0 commit comments