diff --git a/common/static/js/capa/spec/jsinput_spec.js b/common/static/js/capa/spec/jsinput_spec.js index c98a403a6b14..cac2791e46e5 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', false); + expect(item).toHaveData('processed', true); }); });