diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index e91ac8247f..9e491cab5f 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -215,7 +215,7 @@ "
Hello Paragraph
" ], "tests": [ - "assert.isTrue((/Kitty(\\s)+ipsum(\\s)+dolor/gi).test($(\"p\").text()), 'message: Yourp
element should contain the first few words of the provided kitty ipsum text
.');"
+ "assert.isTrue((/Kitty(\\s)+ipsum/gi).test($(\"p\").text()), 'message: Your p
element should contain the first few words of the provided kitty ipsum text
.');"
],
"type": "waypoint",
"challengeType": 0,