diff --git a/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.1.js b/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.1.js
index f91de93e29..192083f0a2 100644
--- a/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.1.js
+++ b/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.1.js
@@ -107,11 +107,11 @@ var tests = tests || [];
var allSeeds = '';
(function() {
challengeSeed.forEach(function(elem) {
- allSeeds += elem + '\n';
+ allSeeds += elem.replace(/fccss/g, '') + '\n';
});
+ editor.setValue(allSeeds);
})();
-editor.setValue(allSeeds);
function doLinting () {
editor.operation(function () {
diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json
index 39b5a14978..0cbce3b770 100644
--- a/seed_data/coursewares.json
+++ b/seed_data/coursewares.json
@@ -3420,14 +3420,15 @@
],
"tests": [
"assert($('#target').hasClass('disabled'), 'The button with the ID of \"target\" should continue to have the \"disabled\" class.')",
- "assert($('#target').attr('disabled', true), 'Enable the button with the ID of \"target\" by using jQuery.')"
+ "assert(!!$('#target[disabled]'), 'Enable the button with the ID of \"target\" by using jQuery.')",
+ "expect($('#target')).to.exist()"
],
"challengeSeed": [
- "",
+ "fcces",
""
],
"challengeType": 0