Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FTR] Implement scrollIntoView util (#165080)
## π Summary Based on the need for [this test](https://github.com/elastic/kibana/pull/164493/files#diff-e0bb824023eef20a7b3742da023e25744a6c20406f59ae8400455c579153faeaR262) to scroll into the element independently of its existence in view, this PR exposes a new `scrollIntoView` method that replicates the behaviour of the native [Element .scrollIntoView](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView) method. --------- Co-authored-by: Marco Antonio Ghiani <[email protected]> Co-authored-by: kibanamachine <[email protected]>
- Loading branch information