Skip to content

Commit 41b8395

Browse files
committed
test: scroll FEEL editor into view
This ensures that bounds checks work.
1 parent d111e83 commit 41b8395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/spec/CodeEditor.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ return
862862
feelContainer = tooltipContainer.querySelector('[data-test="feel-editor"]');
863863
container.appendChild(tooltipContainer);
864864

865-
tooltipContainer.scrollIntoView();
865+
feelContainer.scrollIntoView();
866866
});
867867

868868

0 commit comments

Comments
 (0)