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
The main issue was that playwright was trying to to a scroll into view when starting the drag, and as a result the drag was not working. Doing the scroll manually before fixes this.
0 commit comments