diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index e0ad812245..7cbb0d11c7 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -1562,7 +1562,7 @@ "Create an 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": [ "",