Suggest using userEvent library instead of fireEvent for simulating user interaction #778
Labels
Maintenance 🔨
P3 Triaged
Issue has been reviewed as part of legacy backlog grooming (project P3).
Priority: Low
Triaged: new architecture
Triaged, to be addressed in new architecture of the design system
userEvent
adds related event calls from browsers to make tests more realistic than its counterpartfireEvent
, which is a low-level api.This makes for a more user-centric, and closer-to-truth testing of user interactions.
The text was updated successfully, but these errors were encountered: