diff --git a/seed_data/challenges/future-jquery-ajax-json.json b/seed_data/challenges/future-jquery-ajax-json.json
index 87d261721a..279f41224a 100644
--- a/seed_data/challenges/future-jquery-ajax-json.json
+++ b/seed_data/challenges/future-jquery-ajax-json.json
@@ -332,10 +332,41 @@
],
"tests": [
-
+ "assert($('img').length === 0, 'Use jQuery to remove your img
element from your page.')",
+ "assert(editor.match(/img element in your HTML but jQuery should remove it.')"
],
"challengeSeed": [
-
+ "fccss",
+ " $(document).ready(function() {",
+ " $('#cat-photo-form').css('background-color', 'gray');",
+ " $('#submit-button').prop('disabled', 'true');",
+ " });",
+ "fcces",
+ "
",
+ "",
+ "
",
+ "