Merge pull request #4712 from AryanJ-NYC/fix/appropriate-test-description-jquery-remove-element

Rewrote test goal description for: Remove an Element using jQuery
This commit is contained in:
Rex Schrader
2015-11-25 17:06:49 -08:00

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