illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 37 forks source link

Enter adds new question, new queue, or new course #126

Closed emilojkovic closed 5 years ago

emilojkovic commented 6 years ago

So it appears that the test cases use submitButton.simulate('click') which does not actually submit the form. I found a fix to this ( see https://github.com/airbnb/enzyme/issues/308) to change the test cases to use form.simulate('submit'). Making change in test cases for review :)

nwalters512 commented 5 years ago

This was superseded by #161