issues
search
testing-library
/
user-event
π Simulate user events
https://testing-library.com/user-event
MIT License
2.19k
stars
249
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Modify docs suggesting fireEvent as fallback
#1242
jeremy-daley-kr
opened
3 days ago
0
Multiple `listbox` - `deselectOptions` util should check for `aria-multiselectable`
#1240
yash49
opened
1 week ago
0
input event is raised on empty contenteditable element
#1239
hesxenon
opened
1 week ago
0
fix(click): skip explicit re-dispatch for face
#1238
hesxenon
opened
2 weeks ago
2
click leads to endless loop for custom elements in label
#1237
hesxenon
opened
2 weeks ago
2
File Input bug when Uploading
#1236
cjduncana
opened
1 month ago
1
allow keyboard events on shadow root hosts
#1235
mattclough1
opened
1 month ago
1
Disabled checkbox inside a label still triggers onChange method when clicked
#1234
albertnev
opened
2 months ago
0
Optimize typing a single character
#1233
Janpot
opened
2 months ago
1
Clipboard stub state is not reset in Vitest (or any runner without globals)
#1232
mcous
opened
3 months ago
0
Improve listbox support in selectOptions
#1231
GeorgeTaveras1231
opened
3 months ago
1
Clicking on a label element of a checkbox does not trigger checkbox
#1230
JunyeongChoi0
opened
3 months ago
1
fix(pointer): make sure to check all fields of `coords` in `isDifferentPointerPosition()`
#1229
bawjensen
opened
4 months ago
1
fix(pointer): compare `x` against `x` not `y` in `isDifferentPointerPosition()`
#1228
bawjensen
opened
4 months ago
1
Add brackets (`[]{}`) to defaultKeyMap for keyboard()/type()
#1226
bawjensen
opened
5 months ago
1
`userEvent.keyboard(']')` results in `{key: ']', code: 'Unknown'}`
#1225
bryan-codaio
opened
5 months ago
0
Update PointerEvent to have default width / height set to 1
#1224
chuganzy
opened
5 months ago
1
`.upload()` missing setter in `HTMLInputElement.files` overwrite
#1223
ph-fritsche
opened
5 months ago
0
userEvent.type() does not enter the desired text into a number input if that input has a defaultValue attribute but does if that attribute is removed.
#1222
edickins
closed
5 months ago
1
user.type does not trigger validations for "minlength"
#1221
KonnorRogers
closed
5 months ago
1
`userEvent.keyboard('{Enter}')` doesn't trigger form submission when the submit button is outside the form element, even if itβs associated with the form element by using the button's form attribute.
#1220
tomohiro3
opened
6 months ago
1
fix: PointerEvent button and buttons set to incorrect values; fixes #1083
#1219
illandril
opened
6 months ago
1
"act" is necessary with Fake Timers even though (IIUC) shouldn't be
#1218
mitchhentgesspotify
opened
6 months ago
1
Correct coord property "x" to "y" in isDifferentPointerPosition
#1216
jdufresne
opened
6 months ago
1
Should not be able to type on inert items
#1215
codingedgar
opened
6 months ago
0
act warning with vitest when forcing `module resolution` with vitejs
#1213
KevinEonix
opened
6 months ago
2
feat: add option to set element class on hover
#1212
rChaoz
opened
7 months ago
1
`userEvent.click()` behavior is inconsistent with browser when `onPointerDown` prevents default
#1211
githorse
closed
5 months ago
1
Set class on pseudo-states
#1210
rChaoz
opened
7 months ago
0
Remove label-click-implies-input-click as this behavior is handled by DOM libs
#1208
Lanny
opened
7 months ago
2
user.click (or user.pointer) does not trigger a 'click' event if 'pointerdown' event handling calls event.preventDefault()
#1206
turjmner8
opened
7 months ago
0
Selection not cleared when input is focused
#1204
nils4cosee
opened
8 months ago
0
Can't test "file" type inputs.
#1203
mveraldi-cisco
opened
8 months ago
1
Is this library unmaintained / dead?
#1202
jaens
opened
8 months ago
2
React Select dropdown is being closed after userEvent
#1201
RichMatthews
opened
8 months ago
2
Fix radio keyboard events
#1199
joshferrell
opened
8 months ago
1
Arrow keys on radio buttons are backwards
#1198
joshferrell
opened
8 months ago
0
`type` does not work with `contenteditable="plaintext-only"`
#1197
taozhou-glean
opened
9 months ago
0
userEvent.click on <button type="submit" /> does not trigger form onSubmit() method
#1196
cjOne7
closed
5 months ago
4
More convenient syntax for key combinations
#1195
nightwing
opened
9 months ago
0
Crash when importing files from the export "./dist/esm/*.js"
#1194
GorenDaniel
opened
9 months ago
0
Using user.keyboard to simulate the user pasting a title text, the label of the text in clipboard is escaped
#1193
qianjunhu
opened
9 months ago
0
Fix dead link in CONTRIBUTING.md
#1192
jakeboone02
opened
9 months ago
1
fix/feat: dispatch clipboard events without active selection
#1190
tommie-lie
opened
10 months ago
1
The validity state of input is not updated after `user.type`
#1189
xuhdev
closed
4 weeks ago
1
The `keydown.Tab` behaviour handler assumes that the event target will always be the origin for determining focus
#1188
andrewhayward
opened
10 months ago
3
hover then click children lost target
#1187
wsl874
opened
10 months ago
3
user.over failed to use the antd Tooltip component
#1185
crazyair
opened
10 months ago
0
upgrade testing environment
#1184
ph-fritsche
closed
10 months ago
3
Mouseleave event returns incorrect relatedTarget
#1182
MichailShcherbakov
opened
11 months ago
0
Next