79493190

Date: 2025-03-07 18:32:36
Score: 0.5
Natty:
Report link

You can try add a { delay: null } in the userEvent.type(searchComp, 'ABC');:

userEvent.type(searchComp, 'ABC', { delay: null });

Work for me in some cases, I'm using react 18, jest 29 and @testing-library/user-event 14

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hevelson Rosario