I´m having troubles trying to figure it out what´s wrong with my code, making the Survey Form. Could you please give me a hint of what´s going on please?
Here are the problems:
If I enter an email that is not formatted correctly, I will see an HTML5 validation error.
Email field should be HTML5 validated : expected ‘text’ to equal ‘email’
If I enter non-numbers in the number input, I will see an HTML5 validation error.
Number field should be HTML5 validated : expected ‘text’ to equal ‘number’
If I enter an email that is not formatted correctly, I will see an HTML5 validation error.
Email field should be HTML5 validated : expected 'text' to equal 'email'
AssertionError: Email field should be HTML5 validated : expected 'text' to equal 'email'
In your code you have type: "text"; type: is not the valid way to define an attribute