From 1a8adbb4e145a3fee597b13ff9a0513c597e4501 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sat, 7 Nov 2015 15:45:41 -0700 Subject: [PATCH] :art: --- spec/text-editor-component-spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/text-editor-component-spec.js b/spec/text-editor-component-spec.js index d22ca255b..ec0cbc744 100644 --- a/spec/text-editor-component-spec.js +++ b/spec/text-editor-component-spec.js @@ -1988,6 +1988,7 @@ describe('TextEditorComponent', function () { }) }) }) + describe('hidden input field', function () { it('renders the hidden input field at the position of the last cursor if the cursor is on screen and the editor is focused', async function () { editor.setVerticalScrollMargin(0)