From f0cf140d9ad3bbfbf01e7157177603537c322c69 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 --- seed/challenges/html5-and-css.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 02e1cb1c7e..b6a9a004a8 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/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(/