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
https://codesandbox.io/p/sandbox/xenodochial-snow-pcy89v?file=/src/App.test.js:12,1-14,31
<input defaultValue="1234" />
user.keyboard('{Control>}{Backspace}{/Control}')
Input value should be cleared
Only one char from input's value is deleted
14.5.0
Testing Library framework: @testing-library/react@14.0.0
@testing-library/react@14.0.0
JS framework: react@18.2.0
react@18.2.0
Test environment: jest@29.7.0
jest@29.7.0
DOM implementation: jest-environment-jsdom@29.7.0
jest-environment-jsdom@29.7.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction example
https://codesandbox.io/p/sandbox/xenodochial-snow-pcy89v?file=/src/App.test.js:12,1-14,31
Prerequisites
<input defaultValue="1234" />
Expected behavior
Input value should be cleared
Actual behavior
Only one char from input's value is deleted
User-event version
14.5.0
Environment
Testing Library framework:
@testing-library/react@14.0.0
JS framework:
react@18.2.0
Test environment:
jest@29.7.0
DOM implementation:
jest-environment-jsdom@29.7.0
Additional context
No response
The text was updated successfully, but these errors were encountered: