Skip to content
Snippets Groups Projects
Commit 2e108357 authored by Michael Youngstrom's avatar Michael Youngstrom
Browse files

Remove failing js test

parent 90b1b40a
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment