testing-library / testing-library/user-event
File upload doesn't work on required file input
Open
Nobody has claimed this yet.
bug
needs assessment
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 258
- PR merge metrics
- No merged PRs in 30d
Description
Reproduction example
https://codesandbox.io/s/exciting-haze-s8dys4?file=/src/App.test.js
Prerequisites
Run example code
Expected behavior
- Non required file input pass test
- Required file input pass test
- Required text input pass test
Actual behavior
- Non required file input pass test
- Required file input doesn't pass test
- Required text input pass test
User-event version
14.4.3
Environment
Testing Library framework:
JS framework:
Test environment:
DOM implementation:
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the reproduction in the linked CodeSandbox and inspect src/App.test.js, focusing on the required file input case. Compare it with the passing non-required file and required text input tests; done means the required file input test passes alongside the existing cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react, typescript
- Domain
- frontend, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100