Hello! I have nearly finished the survey form but I still have one test to pass and I don’t understand what I’m doing wrong. It’s test number 10: For the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: id=“name-label”, id=“email-label”, and id=“number-label”.
Can anyone help me?
When any tests fail, click on the red button to see what the test was looking for and text to help you fix it.
Read more than just the first line. The failing test says;
For the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: id="name-label", id="email-label", and id="number-label".
#number-label is not defined : expected null to not equal null