-
Notifications
You must be signed in to change notification settings - Fork 672
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
TestCafe cannot scroll page when body has scrollbar #1940
Comments
Thank you for your detailed description and sample.
|
No problem @helen-dikareva Is the scrolling mechanism error the same error as described in the other issue I mentioned in the original post?: Addressed by PR: Fix hasScroll for body with absolute positioning (closes #1353) A bug like this seems like a pretty big framework-breaking bug that would be affecting everyone else, no? But there seems to be little activity or issues surrounding it. Or are there existing workarounds? |
Unfortunately this is a new problem. It related with your markup and we never faced with something like this scenario before. |
Thanks for the clarification @helen-dikareva :) I looked into my markup as well and see the issue you mentioned. I'm glad its an issue on my end rather than with |
fixed if PR |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
.visible
is returningtrue
for an element that is out of the viewport, but when attempting to manipulate this element, we receive an error sayingThe element that matches the specified selector is not visible.
What is the expected behavior?
.visible
elements should not produce errors stating that they arenot visible
How would you reproduce the current behavior (if this is a bug)?
Set computer monitor resolution to a smaller resolution so that the “Confirm Password” input is out of view port
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://app.staging.joinforge.com/signup/business
Test code
Specify your
The text was updated successfully, but these errors were encountered: