From ceeb2c11e72466d927ffca6ef75af37a165539e2 Mon Sep 17 00:00:00 2001 From: "Kyle D. McCormick" Date: Fri, 25 Oct 2024 14:39:15 -0400 Subject: [PATCH] temp: test-js violation --- common/static/js/capa/spec/jsinput_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); });