Tell us what’s happening:
Hello folks. I Can’t find the problem with my survey form. All points regarding HTML5 are working, but I can’t pass the tests.
Could you please look into it and tell whats wrong?
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 YaBrowser/19.10.3.281 Yowser/2.5 Safari/537.36.
As a hint: The script written for the tests asks for specific ids, because that is how it queries the elements. Therefore, it will always find any element with the id it is looking for.
Do not give another element an id equal to what the test asks for, or else you confuse the tester.