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

Close #4517
pull/4712/head
Aryan Jabbari 2015-11-25 10:57:48 -05:00
parent 3465000275
commit c07bb591c4
1 changed files with 1 additions and 1 deletions

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",