issues Search Results · repo:testing-library/user-event language:TypeScript
Filter by
543 results
(74 ms)543 results
intesting-library/user-event (press backspace or delete to remove)My project was working fine 13 months ago (2024-04-24), but at some point the tests started failing. I ve been trying to
figure out what is wrong, but when I call user.type(), the test hangs for several ...
bug
needs assessment
Dreamsorcerer
- 4
- Opened 2 days ago
- #1286
Prerequisites
When testing an input type= date / everything works fine when the date is within valid bounds:
const value = format(add(new Date(), { days: 1 }), yyyy-MM-dd );
const user = userEvent.setup() ...
environment
zgrybus
- 2
- Opened 24 days ago
- #1285
Reproduction example
https://codesandbox.io/p/sandbox/crazy-shape-j8gs37
Prerequisites
1. userEvent.type(input, hello )
2. userEvent.tab()
No change event appears to be fired.
Expected behavior ...
bug
needs assessment
fongandrew
- Opened on Apr 1
- #1281
Problem description
Introducing testing-library/user-event into a single test has started causing some unrelated tests to fail in another
part of the codebase (tests dealing with focus specifically)
...
enhancement
brynshanahan
- Opened on Mar 24
- #1280
Reproduction example
import { describe, expect, it } from vitest ;
import userEvent from @testing-library/user-event ;
describe( my test , () = {
it( should pass , () = {
console.log(userEvent.setup); ...
docs
enhancement
nene
- 1
- Opened on Mar 14
- #1279
Reproduction example
https://codesandbox.io/p/github/dansul-WittGruppe/user-event-bug/main
Prerequisites
1. Install react-aria
2. use a react-aria component that uses useFocusVisible hook (e.g. Linear ...
bug
needs assessment
dansul-WittGruppe
- 2
- Opened on Feb 28
- #1277
Reproduction example
https://codesandbox.io/p/sandbox/userevent-type-material-ui-datepicker-bug-px38kj
Prerequisites
1. Be on laptop/desktop such that the desktop variant of the DatePicker Component ...
bug
needs assessment
ldadarabl
- Opened on Feb 21
- #1276
Reproduction example
https://codesandbox.io/p/sandbox/unruffled-snyder-cvtnvn
Prerequisites
1. Render an input type= checkbox /
2. Focus the checkbox
3. Press Enter
Expected behavior
The checkbox ...
bug
needs assessment
Haberkamp
- Opened on Feb 11
- #1273
Reproduction example
https://codesandbox.io/p/sandbox/broken-rain-qdq5hs
Prerequisites
1. call .paste() with a string
2. observe that the clipboard data stub created with this string info has type ...
bug
bryan-codaio
- Opened on Jan 30
- #1269
Reproduction example
https://codesandbox.io/p/sandbox/still-sound-xhs3hn
Prerequisites
1. Render the details and summary element with collapsible content
2. Focus the summary element
3. user.keyboard( ...
bug
needs assessment
shannenwu99
- 1
- Opened on Jan 23
- #1264

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.