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

adjustSliderToPosition on Android #2888

Merged
merged 9 commits into from Jul 25, 2021
Merged

Conversation

jonathanmos
Copy link
Contributor

Description

Adding adjustSliderToPosition and toHaveSliderPosition for Android - addresses #2792.

For features/enhancements:

  • I have added/updated the relevant references in the documentation files.

For API changes:

  • I have made the necessary changes in the types index file.

@d4vidi
Copy link
Collaborator

d4vidi commented Jul 19, 2021

Hey, thanks for all the work! 🙏🏻
Please read my comments... (and then merge 🤞🏻)

Copy link
Collaborator

@noomorph noomorph left a comment

Choose a reason for hiding this comment

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

Generally looks good on the JS side, but I wonder that you added API to waitFor chains, but it is not properly tested anywhere.

Also, the percent handling (iOS only) is better off being documented as not supported on Android, or maybe we can handle strings that .endsWith('%') and just parseFloat(...) * 0.01, all on JS side?

# Conflicts:
#	detox/android/detox/src/full/java/com/wix/detox/espresso/DetoxAction.java
#	detox/src/android/actions/native.js
#	detox/src/android/espressoapi/DetoxAction.js
@jonathanmos jonathanmos merged commit 50aa697 into master Jul 25, 2021
@jonathanmos jonathanmos deleted the slider-adjust-to-position branch July 25, 2021 11:47
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.

None yet

3 participants