diff --git a/challenges/01-front-end-development-certification/jquery.json b/challenges/01-front-end-development-certification/jquery.json index 79bd830631..6447167e96 100644 --- a/challenges/01-front-end-development-certification/jquery.json +++ b/challenges/01-front-end-development-certification/jquery.json @@ -769,7 +769,7 @@ "tests": [ "assert($(\"#target1\") && $(\"#target1\").prop(\"disabled\"), 'message: Disable your target1 button.');", "assert($(\"#target2\") && !$(\"#target2\").prop(\"disabled\"), 'message: Do not disable any other buttons.');", - "assert(!code.match(/disabled>/g), 'message: Only use jQuery to add these classes to the element.');" + "assert(!code.match(/disabled[^<]*>/g), 'message: Only use jQuery to add these classes to the element.');" ], "type": "waypoint", "challengeType": 0,