How does one know which of his project tests is failing

I can’t seem to figure out which of my survey form tests is failing.

I have a feeling its this one;" * User Story #8: If I enter non-numbers in the number input, I will see an HTML5 validation error." because using the number input type does not allow one input text in the first place. However only 15 of 17 tests are passing so knowing which tests are failing is important to me.Thanks

Hi,
I just figured this out myself but have you pasted this into the top of your html editor so you can run tests on your page?

After you run the test yuo can get errors by clicking tests.

Also, even though I fork the example, I find errors in the example. From elements not defined in the style sheet to html tags not formed correctly.

Thanks i wouldn’t have figured that out myself