We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See incorrect documentation here: https://github.com/testing-library/user-event/blob/main/src/options.ts#L40C76-L40C84
Delay is incorrectly documented as seconds
See https://github.com/testing-library/user-event/blob/main/src/options.ts#L40C76-L40C84
Delay should be documented as milliseconds.
Delay is incorrectly documented as seconds.
14.5.1
n/a
Added test case to verify delay behavior.
The text was updated successfully, but these errors were encountered:
Update delay document and add test confirming the delay behavior
2b0ec82
testing-library#1174
Opened PR #1175
Sorry, something went wrong.
No branches or pull requests
Reproduction example
See incorrect documentation here:
https://github.com/testing-library/user-event/blob/main/src/options.ts#L40C76-L40C84
Prerequisites
Delay is incorrectly documented as seconds
See https://github.com/testing-library/user-event/blob/main/src/options.ts#L40C76-L40C84
Expected behavior
Delay should be documented as milliseconds.
Actual behavior
Delay is incorrectly documented as seconds.
User-event version
14.5.1
Environment
n/a
Additional context
Added test case to verify delay behavior.
The text was updated successfully, but these errors were encountered: