From b315fe4189b5c207ede466e7f157fbfa25d5a63c Mon Sep 17 00:00:00 2001 From: Logan Tegman Date: Wed, 11 Nov 2015 15:13:01 -0800 Subject: [PATCH] Fix Waypoint Style HTML Body Element Add Test Closes #2686 --- challenges/html5-and-css.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 02e1cb1c7e..b6a9a004a8 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -3157,7 +3157,8 @@ "}" ], "tests": [ - "assert($(\"body\").css(\"background-color\") === \"rgb(0, 0, 0)\", 'Give your body element the background-color of black.')" + "assert($(\"body\").css(\"background-color\") === \"rgb(0, 0, 0)\", 'Give your body element the background-color of black.')", + "assert(editor.match(/