Survey form can't pass the test

Tell us what’s happening:
In the original challenge, there were only 16 tests to be cleared but in actual, there are 17 tests to be cleared for passing, can somebody plz update that one pending test on the challenge page.

Your code so far

IPL Survey Form

We will go through some questions in order to understand trend of IPL

Name
Email
Age
MI RR Rcb KKR CSK SRH DC KI

Who is your most favourite player of IPL

ROHIT SHARMA
MS Dhoni
Virat Kohli
Russel

Which aspects would you love in your favourite team(Select any three aspects only)

Explosive Opener
Mystery Spinner
Intelligent Captain
Elite Finisher
Slower ball specialist
Perfect ALL-Rounder

Any advice for your team to improve their perfomance:




Your browser information:

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

Challenge: Build a Survey Form

Link to the challenge:

@pardeshishivam Can you post the link to your Code Pen? There are only 16 User Stories/tests needed to be met in order to pass.


plz do suggest nikki

click on 16/17 to see which tests are not passing, below the failed test there is an error message that is usially useful in figuring out what to change

it’s not the extra test (which is about technologies you are using) that is failig

1 Like

ok I got it, thanks btw earlier I was worried about which part of my code was failing, so I was cross-checking each challenge, which was very time-consuming.
The mistake which I made was that my type for email was a text so it wasn’t formatted correctly. so I changed my type to email, now it is working fine.

now you know how to check the tests output!

happy coding!