-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add start position as an optional parameter to scrollTo action #4309
Conversation
Great work @andrey-wix! 👑 Huge thanks!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @andrey-wix! 🥇 🙌🏼
I have some small suggestions before we merge this
detox/android/detox/src/full/java/com/wix/detox/espresso/DetoxAction.java
Outdated
Show resolved
Hide resolved
detox/android/detox/src/full/java/com/wix/detox/espresso/DetoxAction.java
Outdated
Show resolved
Hide resolved
detox/android/detox/src/main/java/com/wix/detox/espresso/scroll/ScrollHelper.java
Outdated
Show resolved
Hide resolved
a357272
to
8adcf9b
Compare
…Action.java Co-authored-by: Asaf Korem <[email protected]>
…Action.java Co-authored-by: Asaf Korem <[email protected]>
…l/ScrollHelper.java Co-authored-by: Asaf Korem <[email protected]>
8adcf9b
to
728d8b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build now passes after I rebased your branch (seems like it failed because it was outdated with recent changes on master).
Code LGTM 💯 Great work and thank you for this contribution @andrey-wix!!
Description
scrollTo(edge)
action API #3512In this pull request, I have …