From 33f29691c51f320d1973812a822e305098367eab Mon Sep 17 00:00:00 2001 From: robjloranger Date: Sat, 23 Jan 2016 23:06:38 -0800 Subject: [PATCH] -fixed typo started new branch as last one was a mess. this fix removes the false positive assert test mentioned in bug #6286 --- .../01-front-end-development-certification/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/html5-and-css.json b/challenges/01-front-end-development-certification/html5-and-css.json index 6030d7260c..bb17decd02 100644 --- a/challenges/01-front-end-development-certification/html5-and-css.json +++ b/challenges/01-front-end-development-certification/html5-and-css.json @@ -540,7 +540,7 @@ "

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

" ], "tests": [ - "assert($(\"p\").css(\"font-family\").match(/monospace/i), 'message: Your p elements should use the font Monospace.');" + "assert($(\"p\").not(\".red-text\").css(\"font-family\").match(/monospace/i), 'message: Your p elements should use the font Monospace.');" ], "challengeType": 0, "nameEs": "Establecer la familia del tipo de letra de un elemento",