diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index 4306f0b5f7..913d4a26db 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -183,7 +183,8 @@ "<h2 class=\"red-text text-center\">your text</h2>" ], "tests": [ - "assert($(\"h2\").hasClass(\"text-center\"), 'Your h2 element should be centered by applying the class text-center')" + "assert($(\"h2\").hasClass(\"text-center\"), 'Your h2 element should be centered by applying the class text-center')", + "assert($(\"h2\").hasClass(\"red-text\"), 'Your h2 element should still have the class red-text')" ], "challengeSeed": [ "",