When a test fails click the red button to see which test(s) are failing and text to help you correct the issue. Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
Hello Roma,
actually i was trying for hours to solve it, and to discover where is the mistake, i didn’t try the red button, thanks a lot.
then it is easier to arrange my form.
Thanks a lot . have a great day
@Leviathan666, didn’t really need the link to your pen. As stated previously, read the entire failing message.
For instance, the first failing message says
Inside the form element, I am required to enter my name in a field with id="name". If I do not enter a name I will see an HTML5 validation error.
Name input field should be required : expected false to be truthy
AssertionError: Name input field should be required : expected false to be truthy
Do you understand what the test is looking for and why it is failing? Btw, the second failing message is the same, just a different element.
Hint from the failing message, Name input field should be required