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
In #1649 we added a few tests that drag a scroll bar. This requires hovering over the scroll bar, waiting for it to appear, and then dragging and releasing it.
Let's add a tool to flutter_test_robots to coordinate this behavior, then, let's use that tool in super_editor instead of manually implementing that.
PS - Please copy the relevant details from this ticket over to a flutter_test_robots issue.