Replies: 1 comment 1 reply
-
@abbbe this unfortunately is a known issue on Android - You can solve this by using https://docs.maestro.dev/troubleshooting/known-issues#accidental-double-tap |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Figured I ask here before filing a bug report, in case it is a known behavior (and it will be very tricky to create a simple reproducible test case).
So, on the very first screen of my app I have signInAnonButton button, which opens second screen, which has more buttons.
I do tapOn signInAnonButton on the first screen and it works perfectly, bringing me to the second screen, where I press settingsButton button later on. Here is the code
And a screen recording of normal behavior: https://github.com/user-attachments/assets/c50888ff-01da-40ff-b446-1b73ab03776c
But occasionally, it looks like that tapOn also hits two buttons in succession, once the button on the first screen as it should and another button on the second screen which was never meant to be tapped. Here is the recording of the same script running agains the same app build, on the same simulator:
not-ok.mov
I figure the issue could be introducing some kind of a delay, but his is ugly. Any clues are appreciated...
Beta Was this translation helpful? Give feedback.
All reactions