Open bsheps opened 1 year ago
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.
Opened PR #1175
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.