From 91ae0a9793439f64855ba56d9b52ef0b1773a5f8 Mon Sep 17 00:00:00 2001 From: Logan Tegman Date: Sun, 1 Nov 2015 11:07:44 -0800 Subject: [PATCH] Fix Waypoint Center Text With Bootstrap Test Closes #3864 --- challenges/bootstrap.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": [ "",