Build a Survey form-challenge

I just completed the Survey form challenge but my tests aren’t passing after I have met the conditions. How can I resolve this? Here’s a link to my Codepen project

Click on the red test button to know which challenge is not passed.

I think you need to look at one test at a time, and see why you are not passing them

for example, the first failed user story is:

  1. I can see a with id=“survey-form”.

and the test error says:

There should be an element with id="survey-form" : expected null to not equal null

can you see why you are not passing this?

Thanks to everyone for the advice, I resolved the issues with few adjustments to my code.