Make .toHaveValue()
check value of aria-valuenow
as a fallback to value
#478
Labels
.toHaveValue()
check value of aria-valuenow
as a fallback to value
#478
Describe the feature you'd like:
Suggesting that
.toHaveValue()
support elements'aria-valuenow
attributeSuggested implementation:
When element doesn't have the value property, fallback to try and get the
aria-valuenow
attributeThe text was updated successfully, but these errors were encountered: