DEV Community

Discussion on: What do you think of React Testing Library?

Collapse
 
adamchenwei profile image
Adam Chen Wei

The rtl is really nice when it works. But it seems have some serious problem when Material UI. I literarily spent more than 2 days still trying to figure out why the userEvent.type won't work on a properly selected input dom via testid.
Its very frustrating