From c07bb591c4c7d9cb773fe634401b0b12e9173a3c Mon Sep 17 00:00:00 2001 From: Aryan Jabbari Date: Wed, 25 Nov 2015 10:57:48 -0500 Subject: [PATCH] Rewrote test goal description for waypoint: Remove an Element using jQuery Close #4517 --- seed/challenges/jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/jquery.json b/seed/challenges/jquery.json index 83ef132874..51b6e080db 100644 --- a/seed/challenges/jquery.json +++ b/seed/challenges/jquery.json @@ -601,7 +601,7 @@ ], "tests": [ "assert($(\"#target4\").length === 0, 'Use jQuery to remove your target4 element from your page.')", - "assert(editor.match(/id=\"target4/g), 'Only use jQuery to add these classes to the element.')" + "assert(editor.match(/id=\"target4/g), 'Only use jQuery to remove this element.')" ], "challengeSeed": [ "fccss",