From a278b211ccfa34df7562316eb8e8159344549b5b Mon Sep 17 00:00:00 2001 From: Aniruddh Agarwal Date: Fri, 11 Sep 2015 14:01:49 +0800 Subject: [PATCH] Fixed erroneous test in bootstrap waypoint Modified the last test in the bootstrap waypoint `Add Font Awesome Icons to all of our Buttons` so that it doesn't validate `` closes #1031 --- seed/challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index 2f485931f31..aa64b50ae97 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -1161,7 +1161,7 @@ "tests": [ "assert($(\"i\").hasClass(\"fa fa-trash\"), 'You should add a <i class=\"fa fa-trash\"></i> within your delete button element.')", "assert($(\"i\").hasClass(\"fa fa-info-circle\"), 'You should add a <i class=\"fa fa-info-circle\"></i> within your info button element.')", - "assert(editor.match(/<\\/i>/g) && editor.match(/<\\/i/g).length > 2, 'Make sure each of your i elements has a closing tag.')" + "assert(editor.match(/<\\/i>/g) && editor.match(/<\\/i>/g).length > 2, 'Make sure each of your i elements has a closing tag.')" ], "challengeSeed": [ "",