From 2e108357b5001b1da6df709f09ba719c433b5c5d Mon Sep 17 00:00:00 2001 From: Michael Youngstrom Date: Tue, 17 Apr 2018 14:17:33 -0400 Subject: [PATCH] Remove failing js test --- cms/static/js/spec/views/container_spec.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cms/static/js/spec/views/container_spec.js b/cms/static/js/spec/views/container_spec.js index 60d7cafdf1..bc33ccd31a 100644 --- a/cms/static/js/spec/views/container_spec.js +++ b/cms/static/js/spec/views/container_spec.js @@ -124,13 +124,6 @@ define(['jquery', 'edx-ui-toolkit/js/utils/spec-helpers/ajax-helpers', 'js/spec_ requests[actualIndex].respond(status); }; - it('does nothing if item not moved far enough', function() { - var requests = init(this); - // Drag the first component in Group A down very slightly but not enough to move it. - dragComponentVertically(groupAComponent1, 5); - verifyNumReorderCalls(requests, 0); - }); - it('can reorder within a group', function() { var requests = init(this); // Drag the third component in Group A to be the first