Skip to content
#

testing-library

Here are 623 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
eslint-plugin-testing-library
Belco90
Belco90 commented Jun 2, 2022

Have you read the Troubleshooting section?

Yes

Plugin version

v5.5.0

ESLint version

v8.14.0

Node.js version

v16.15.0

package manager and version

npm v8.9.0

Operating system

macOS v12.3.1

Bug description

When there is an error reported by prefer-query-by-disappearance, it's displayed at the very beginning of the callback passed to `waitForElementToBeRemove

bug 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