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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user