diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index 3b74e2e74a..853407a463 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -1073,6 +1073,7 @@ ], "tests": [ "assert($(\"i\").hasClass(\"fa fa-thumbs-up\"), 'Add an i element with the classes fa and fa-thumbs-up.')", + "assert($(\"i.fa-thumbs-up\").parent().text().match(/Like/gi), 'Your fa-thumbs-up icon should be located within the Like button.')", "assert($(\"button\").children(\"i\").length > 0, 'Nest your i element within your button element.')", "assert(editor.match(/<\\/i>/g), 'Make sure your i element has a closing tag.')" ],