How do I identify which test isn't passing in the Survey Form Project

Hello,

I am working on my survey form project and I need help with using the “tests” tool. I am passing 16 out of 17 tests and I am having trouble identifying which one my code is failing. When I run the tests they console.log the number 3. Does this mean I am failing the third test? Understanding this will help me greatly.

Your browser information:

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

Link to the challenge:

After you run the test, there should be a red box/button that says “Test 16/17” if you click on that it give you the run down of all the test and with green checkmarks next to ones that passed and little red x’s on the ones that failed.

  • Nao

That worked! Thank you!