-
Notifications
You must be signed in to change notification settings - Fork 281
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
inputText
sometimes repeats individual characters
#2005
Labels
bug
Something isn't working
maestro cli
Related to the command-line Maestro tool
P1
Important, valid issues at the top of the work list
platform: android
Testing Android apps is affected
Comments
bartekpacia
added
bug
Something isn't working
maestro cli
Related to the command-line Maestro tool
P1
Important, valid issues at the top of the work list
platform: android
Testing Android apps is affected
labels
Sep 2, 2024
This was referenced Sep 2, 2024
Merged
FYI @bartekpacia we experience a lot of those in our flows. We had to resort to stuff like this to try and make tests less flaky
|
Offending code: maestro/maestro-android/src/androidTest/java/dev/mobile/maestro/MaestroDriverService.kt Lines 287 to 303 in d87b815
|
This was referenced Sep 9, 2024
Linked #1667 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
maestro cli
Related to the command-line Maestro tool
P1
Important, valid issues at the top of the work list
platform: android
Testing Android apps is affected
Is there an existing issue for this?
Steps to reproduce
This is a flake. It sometimes occur in our E2E action.
Actual results
Sometimes individual characters are repeated.
So far I noticed a few occurences of this:
--shard-all
and--shard-split
options to test command #1955 (comment)--shard-all
and--shard-split
options to test command #1955 (comment)Expected results
inputText
always inputs expactly the text specified.About app
It's our demo_app.
About environment
The environment on our GitHub Action.
We run tests on Android emulator, v28.
It's unknown at this time if this issue also occurs on iOS.
Logs
Logs
Maestro version
1.38.1
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
No response
The text was updated successfully, but these errors were encountered: