-
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
Swipe action starts in unexpected position #566
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still relevant |
@guyca, what happens when you match the view you're trying to swipe (the offscreen side menu)? |
IIRC, We're matching against the root view, not against an offscreen view. |
Espresso will only interact with the matched view, the root view is not swipeable, therefore nothing will move when trying to swipe it. |
Alright, how do you suggest we simulate swiping on the screen to open a side menu? |
Try matching the view you want to interact with. If it doesn't work, we may need to play a bit with espresso's assertions on the view's visibility (only interact when view is 75% visible) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
I'm trying to open side menu on android and can't get the swipe action to start in x=0 point.
The text was updated successfully, but these errors were encountered: