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
The normalizer is missing as an option passed into the queryByAllAttribute function - and so it's ignored if you're looking for an element by the aria-label
I'm going to add a PR to fix this, but I wanted to raise the issue first for some visibility
The text was updated successfully, but these errors were encountered:
@testing-library/dom
version: latestRelevant code or config:
dom-testing-library/src/queries/label-text.js
Line 94 in accb6cc
The normalizer is missing as an option passed into the
queryByAllAttribute
function - and so it's ignored if you're looking for an element by the aria-labelI'm going to add a PR to fix this, but I wanted to raise the issue first for some visibility
The text was updated successfully, but these errors were encountered: