One test isn't working , is there any solution?

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36

Challenge: Build a Survey Form

Link to the challenge:

Hey there @garry2090 !

You have a typo here at your ID:

<button id="subit" type="submit">Submit</button>

Change ID to submit and it should pass

Best,
Cy499_Studios

ohh one typing error , thanks!

@garry2090, 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.

The failing message says

Inside the form element, I am presented with a button with id="submit" to submit all my inputs.
There should be a button with id="submit" : expected null to not equal null
AssertionError: There should be a button with id="submit" : expected null to not equal null

I see you’ve been given the answer but hopefully this will help in the future.

Okk next time I’ll read the logs carefully

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.