MikeLautensack / Estimate-Generator

https://estimate-generator-seven.vercel.app
1 stars 0 forks source link

Fix bug testing input validation #59

Closed MikeLautensack closed 4 months ago

MikeLautensack commented 4 months ago

Testing input validation is currently not working.

Potential causes:

  1. The test is written incorrectly
  2. The rendering of the error text in the helperText prop may be causing unexpected behavior

Potential Fixes

MikeLautensack commented 4 months ago

Fix:

  1. await user events
  2. wrap events that update state in act func

image

image