Skip to content
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

Fix scrolling for negative scroll target coordinates(closes #2148) #2164

Merged
merged 4 commits into from
Feb 26, 2018

Conversation

AndreyBelym
Copy link
Contributor

@testcafe-build-bot
Copy link
Collaborator

✅ Tests for the commit 96740ef have passed. See details:

@testcafe-build-bot
Copy link
Collaborator

❌ Tests for the commit ffce348 have failed. See details:

@@ -198,6 +198,10 @@ export default {
The "${err.argumentName}" argument specifies an unsupported "${err.actualValue}" device. For a list of supported devices, refer to <a href="http://viewportsizes.com">http://viewportsizes.com</a>.
`),

[TYPE.actionInvalidScrollTargetError]: err => markup(err, `
Unable to scroll to the specified point of the element, because a point with the specified ${err.properties} is not inside the element's cropping region.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let @VasilyStrelyaev check the text, if it's not done yet

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

        Unable to scroll to the specified point because a point with the specified ${err.properties} is not located inside the element's cropping region.

@@ -198,6 +198,10 @@ export default {
The "${err.argumentName}" argument specifies an unsupported "${err.actualValue}" device. For a list of supported devices, refer to <a href="http://viewportsizes.com">http://viewportsizes.com</a>.
`),

[TYPE.actionInvalidScrollTargetError]: err => markup(err, `
Unable to scroll to the specified point of the element, because a point with the specified ${err.properties} is not inside the element's cropping region.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

        Unable to scroll to the specified point because a point with the specified ${err.properties} is not located inside the element's cropping region.

@testcafe-build-bot
Copy link
Collaborator

❌ Tests for the commit edc423f have failed. See details:

@testcafe-build-bot
Copy link
Collaborator

✅ Tests for the commit edc423f have passed. See details:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants