Closed Tarektouati closed 1 year ago
To find the elements we make use of aria-query.
The current version that we use (5.1.3) doesn't include the address
field.
Upgrading aria-query to v5.3.0 solves this problem. This is included in our v10.0.0-alpha release.
@testing-library/dom
version: 9.3.3What you did:
I have React component that contains
address
tag :All i wanted is to test that component in spec file :
What happened:
I was unable to match that
address
with rolegroup
Problem description:
Following W3C
address
tag has rolegroup
, still I was unable to match it.