diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 8f5f48cbec4..934ce736414 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -3341,7 +3341,7 @@ "assert($(\"h1\").hasClass(\"pink-text\"), 'Your h1 element should have the class pink-text.')", "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, 'Give your h1 element the inline style of color: white.')", + "assert(editor.match(/h1 element the inline style of color: white.')", "assert($(\"h1\").css(\"color\") === \"rgb(255, 255, 255)\", 'Your h1 element should be white.')" ], "challengeSeed": [ @@ -3394,7 +3394,7 @@ "assert($(\"h1\").hasClass(\"pink-text\"), 'Your h1 element should have the class pink-text.')", "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(/h1 element should have the inline style of color: white.')", "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.')" ],