diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 5f2cdf95484..c54d12541ab 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -542,7 +542,6 @@ "assert($(\"p\").length > 1, 'You need 2 p elements with Kitty Ipsum text.')", "assert(editor.match(/<\\/p>/g) && editor.match(/<\\/p>/g).length === editor.match(/

p elements has a closing tag.')", "assert.isTrue((/Purr\\s+jump\\s+eat/gi).test($(\"p\").text()), 'Your p element should contain the first few words of the provided additional kitty ipsum text.')", - "assert($(\"p.red-text\").length === 2, 'Give each of your p elements the red-text class.')", "assert($(\"p\").css(\"font-size\") === \"16px\", 'Give elements with the red-text class a font-size of 16px.')" ], "challengeSeed": [