-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Scrolling no longer works after some time #22199
Comments
same error here |
Hey @edvitor13. Thank you for filing an issue! I was also able to reproduce the issue by running one of the Steps to Reproduce
It almost looks like a snapshot is being pinned before the test ends. Not sure if that is related 🤔 |
Possibly related: #16098 Hopefully helpful: I was thinking we might want to not do this scroll listener in run mode? I commented in the other issue but I don't recall if I actually tested that
|
Any update on this? I am also encountering the same error. I am running in run mode. What's the usefulness of enabling the scroll listeners in cli mode? Can user even scroll in headless/cli mode? |
@retroace in the comments of this draft PR you can find instructions in the comments from I actually completely forgot that @AtofStryker had a reproduction in this issue. We probably should have marked these as duplicates of each other. In any case, since I have trouble reproducing this problem on my computer, feel free to install the appropriate pre-release binary of Cypress and let me know if it works for you. The pre-release turns off the ability for the user to disable autoscroll in |
The code for this is done in cypress-io/cypress#23053, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
In run mode and with the browser hidden.
After upgrading to Cypress >= 10, in large tests, Auto Scrolling stops working at some point.
Before:
video.2.mp4
After:
video.1.mp4
Desired behavior
No response
Test code to reproduce
npx cypress run
Cypress Version
10.0.3
Other
No response
The text was updated successfully, but these errors were encountered: