diff --git a/common/static/js/capa/spec/jsinput_spec.js b/common/static/js/capa/spec/jsinput_spec.js index cac2791e46e5..c98a403a6b14 100644 --- a/common/static/js/capa/spec/jsinput_spec.js +++ b/common/static/js/capa/spec/jsinput_spec.js @@ -11,7 +11,7 @@ describe('JSInput', function() { it('sets all data-processed attributes to true on first load', function() { $jsinputContainers.each(function(index, item) { - expect(item).toHaveData('processed', true); + expect(item).toHaveData('processed', false); }); });