diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index b9c469829..05756b00a 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -787,8 +787,6 @@ describe "EditorComponent", -> expect(horizontalScrollbarNode.scrollWidth).toBe gutterNode.offsetWidth + editor.getScrollWidth() - describe "when a mousewheel event occurs on the editor", -> - describe "mousewheel events", -> it "updates the scrollLeft or scrollTop on mousewheel events depending on which delta is greater (x or y)", -> node.style.height = 4.5 * lineHeightInPixels + 'px'