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."
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."