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

react-testing-library

Here are 1,128 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
fflow
crumblepie
crumblepie commented Feb 18, 2022

Context (current result)

Currently the canvas items and code in the Monaco Editor does not save when user closes and quits fflow. This feature was previously implemented using localForage and broke during a merge therefore the partial code is still present in App.jsx and localStorage.js.

Expected result

Canvas items and code persists when user closes and reopens the application.

bug enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the react-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 react-testing-library topic, visit your repo's landing page and select "manage topics."

Learn more