From d0eabb25fde72f6345924968e5df2ea985b69bdb Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 23 Sep 2015 10:26:51 +0200 Subject: [PATCH] :fire: Remove assertion about scrolling --- spec/text-editor-spec.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/text-editor-spec.coffee b/spec/text-editor-spec.coffee index b0cd021cb..63282b1cb 100644 --- a/spec/text-editor-spec.coffee +++ b/spec/text-editor-spec.coffee @@ -4398,7 +4398,6 @@ describe "TextEditor", -> it "selects one screen height of text up or down", -> editor.setLineHeightInPixels(10) editor.setHeight(50) - expect(editor.getScrollHeight()).toBe 130 expect(editor.getCursorBufferPosition().row).toBe 0 editor.selectPageDown()