From f2f06a0c75060432a5d6c4b55701df4088759182 Mon Sep 17 00:00:00 2001 From: "Kyle D. McCormick" Date: Tue, 3 Dec 2024 16:41:06 -0500 Subject: [PATCH] revert: temp: test-js violation This reverts commit 316ab2b18579e228bedbc56e71ee25d987a0b06b. --- 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 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); }); });