You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using scrollIntoView,
we might want to assert that the scrollTop actually changed.
For instance, if the scroll container is actually not scrollable, then scrollIntoView would not do anything.
Another case could be a component that delegates wheel events on one element, to another element which is the actual scrollable container. How do you test that?
The text was updated successfully, but these errors were encountered:
When using
scrollIntoView
,we might want to assert that the
scrollTop
actually changed.For instance, if the scroll container is actually not scrollable, then
scrollIntoView
would not do anything.Another case could be a component that delegates
wheel
events on one element, to another element which is the actual scrollable container. How do you test that?The text was updated successfully, but these errors were encountered: