Set material-ui TextField value for testing purposes
Recently I began my trip in the world of react and redux. Everyone is hot with these "new" technologies, and after my previous experiences with angular I decided to give it a try.
In this entry I just want to share a tip about how to set the value of a material-ui TextField for testing purposes.
Scenario
I have a simple login form, with username and password fields, and a submit button. When the submit button is clicked, a function ...