'Create a Text Field' now makes sure the input type is text. #1241
This commit is contained in:
committed by
Berkeley Martinez
parent
88092f9ed6
commit
f0aeb26337
@ -1562,7 +1562,7 @@
|
|||||||
"Create an <code>input</code> element of type \"text\" below your lists."
|
"Create an <code>input</code> element of type \"text\" below your lists."
|
||||||
],
|
],
|
||||||
"tests": [
|
"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": [
|
"challengeSeed": [
|
||||||
"<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>",
|
"<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>",
|
||||||
|
Reference in New Issue
Block a user