The Wayback Machine - https://web.archive.org/web/20220502115232/https://github.com/topics/testing-library
Skip to content
#

testing-library

Here are 560 public repositories matching this topic...

Lukas-Kullmann
Lukas-Kullmann commented Mar 3, 2022

Describe the feature you'd like:

As far as I understand it, the toHaveDisplayValue matcher takes some kind of input element and computes the value that the user can see.
However, it does not work properly for range widgets (e.g. <input type="range">, but also elements with role="range" or role="slider").

According to the [standard](https://www.w3.org/TR/wai-aria-1.1/#aria-valu

enhancement good first issue

Improve this page

Add a description, image, and links to the testing-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the testing-library topic, visit your repo's landing page and select "manage topics."

Learn more