savvato-software / dtim-mobile

The application we use to interact with people during a tech interview meeting.
1 stars 3 forks source link

I'm New Here screen allows Sign Me Up to be clicked with bad phone number #4

Open haxwell opened 4 years ago

haxwell commented 4 years ago

In the I'm New Here screen, if you enter a valid name, and a string of 10 digits that is invalid for a phone number, the Sign Me Up button becomes enabled. It should not.

Notice that the validator for that field still reports an error, but it also has the wrong error message: it reads "The phone should be ten digits long.", when in fact it is 10 digits long, but should instead read "Those 10 digits are not valid for a phone number."