Hi, My survey form do not pass the test.
It says that:
- Inside the form element, I can select an option from a dropdown that has corresponding id=“dropdown”.’
but I already put dropdown as an id to my input element. What seems to be wrong with my work?
Here is my survey form.
ilenia
#2
when you run the tests read also error below the failed test
Thank you. It seems they / you guys already fixed the issue.
ilenia
#4
what do you mean? You still have one test that is failing
Yeah. it says AssertionError: Select should contain at least 2 selectable options : expected 0 to be at least 2
Thank you guys. I was using an input element and datalist as dropdown.
Solution: I added a select element and put “dropdown” as id.
system
closed
#7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.