Rewrote test goal description for waypoint: Remove an Element using jQuery

Close #4517
This commit is contained in:
Aryan Jabbari
2015-11-25 10:57:48 -05:00
parent 3465000275
commit c07bb591c4

View File

@ -601,7 +601,7 @@
],
"tests": [
"assert($(\"#target4\").length === 0, 'Use jQuery to remove your <code>target4</code> 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",