diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index d205d082b3..6a5f08981a 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -1744,7 +1744,8 @@ ], "tests": [ "assert($(\"div\").hasClass(\"container-fluid\"), 'message: Your div element should have the class container-fluid.');", - "assert(code.match(/<\\/div>/g) && code.match(/
/g).length === code.match(/
div elements has a closing tag.');" + "assert(code.match(/<\\/div>/g) && code.match(/
/g).length === code.match(/
div elements has a closing tag.');", + "assert($(\"div\").children(\"h3\").length >0, 'message: Nest your h3 element inside a div element.');" ], "challengeSeed": [ "

jQuery Playground

",