From 21d674b2388e3ecf2f3573e1499e3fff9e43a674 Mon Sep 17 00:00:00 2001 From: dokkillo Date: Thu, 20 Aug 2015 00:13:06 +0200 Subject: [PATCH] issue #2099 --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index b7a82a256c6..7d4aeff61ed 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -3387,7 +3387,7 @@ "assert($(\"h1\").hasClass(\"blue-text\"), 'Your h1 element should have the class blue-text.')", "assert($(\"h1\").attr(\"id\") === \"orange-text\", 'Your h1 element should have the id of orange-text.')", "assert(editor.match(/ 0, 'Your h1 element should have the inline style of color: white.')", - "assert(editor.match(/pink.*\\!important/gi) && editor.match(/pink.*\\!important;/gi).length > 0, 'Your pink-text class should have the !important keyword to override all other declarations.')", + "assert(editor.match(/pink.*\\!important;/gi), 'Your pink-text class should have the !important keyword to override all other declarations.')", "assert($(\"h1\").css(\"color\") === \"rgb(255, 192, 203)\", 'Your h1 element should be pink.')" ], "challengeSeed": [