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)