From 5d42dd557a941f752f1f73c90756865783c3e5f5 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 23 Sep 2015 10:28:18 +0200 Subject: [PATCH] Finish porting TextEditor specs --- spec/text-editor-component-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/text-editor-component-spec.coffee b/spec/text-editor-component-spec.coffee index 9562a7984..0177826f9 100644 --- a/spec/text-editor-component-spec.coffee +++ b/spec/text-editor-component-spec.coffee @@ -3371,7 +3371,7 @@ describe "TextEditorComponent", -> expect(line1LeafNodes[0].classList.contains('indent-guide')).toBe false expect(line1LeafNodes[1].classList.contains('indent-guide')).toBe false - fffdescribe "autoscroll", -> + describe "autoscroll", -> beforeEach -> editor.setVerticalScrollMargin(2) editor.setHorizontalScrollMargin(2)