@testing-library/dom
version: latest
Relevant code or config:
|
.concat(queryAllByAttribute('aria-label', container, text, {exact})) |
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