input
element of type \"text\" below your lists."
],
"tests": [
- "assert($('input').length > 0, 'Your app should have a text field input element.')"
+ "assert($('input[type=text]').length > 0, 'Your app should have a text field input element.')"
],
"challengeSeed": [
"",