From 8bab9c627ec8b593f627186cc44b928431eb5072 Mon Sep 17 00:00:00 2001 From: Logan Tegman Date: Sat, 28 Nov 2015 22:57:18 -0800 Subject: [PATCH] Fix Waypoint Add Font Awesome Icons Tests Closes #4769 --- seed/challenges/bootstrap.json | 1 + 1 file changed, 1 insertion(+) diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index 3b74e2e74a9..853407a463f 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.')" ],