diff --git a/seed/challenges/01-front-end-development-certification/bootstrap.json b/seed/challenges/01-front-end-development-certification/bootstrap.json
index 9e784d9c52d..015846cc17d 100644
--- a/seed/challenges/01-front-end-development-certification/bootstrap.json
+++ b/seed/challenges/01-front-end-development-certification/bootstrap.json
@@ -1627,7 +1627,7 @@
""
],
"tests": [
- "assert($(\"div\").length > 1, 'message: Add a div element below your h3 element.');",
+ "assert(($(\"div\").length > 1) && ($(\"div.row h3.text-primary\").length == 0) && ($(\"div.row + h3.text-primary\").length == 0) && ($(\"h3.text-primary + div.row\").length > 0), 'message: Add a div element below your h3 element.');",
"assert($(\"div\").hasClass(\"row\"), 'message: Your div element should have the class row');",
"assert($(\"div.container-fluid div.row\").length > 0, 'message: Your row div should be nested inside the container-fluid div');",
"assert(code.match(/<\\/div>/g) && code.match(/