diff --git a/spec/text-editor-component-spec.js b/spec/text-editor-component-spec.js index d6c4bd7c8..79f9501ab 100644 --- a/spec/text-editor-component-spec.js +++ b/spec/text-editor-component-spec.js @@ -359,7 +359,7 @@ describe('TextEditorComponent', () => { }) }) - describe('autoscroll on cursor movement', () => { + describe('autoscroll', () => { it('automatically scrolls vertically when the requested range is within the vertical scroll margin of the top or bottom', async () => { const {component, editor} = buildComponent({height: 120}) expect(component.getLastVisibleRow()).toBe(8)