-
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
Scrollbar stuck in test steps area in Cy10 #22772
Comments
@Darksymphony75 Thanks for filing an issue. Which browser are you testing in? |
tested in Electron |
Huh - I'm not able to reproduce this in Electron. My test has about 1200 lines of output and I expanded and collapsed the spec list multiple times while the test was running but it continued to auto-scroll correctly. Which OS are you running Cypress on? |
Win10. Strange, maybe it depends on the tested application that stretches vertically etc., but in my case this happens very often, |
I tried reproing this on Windows as well but I was unsuccessful. It looks like we do have an open issue for this so I'm going to reference this issue there and close this out as a duplicate. |
Current behavior
In Cypress 10 when I run any longer tests, the scrollbar with the steps on the left column is very often stuck, so it is not scrolling automatically to the bottom as the steps are executed, then I can't see the current steps, I need to manually scroll down during running test or after it is finished.
This happens very often, almost everytime. It starts to work normally, it scrolls automatically from the beginning, but then suddenly after a while it doesn't scroll automatically.
It happens also if you expand the Specs column and close it during running test.
Desired behavior
The area with test steps in Cypress 10 test runner should always scroll to bottom automatically when executing the tests.
Test code to reproduce
no code needed, it happens for any test
Cypress Version
10.3.0
Other
No response
The text was updated successfully, but these errors were encountered: