We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
- launchApp: clearState: true - swipe: direction: DOWN - assertVisible: text: "Login" enabled: true - tapOn: text: "Login" - scrollUntilVisible: element: text: XYZ direction: DOWN timeout: 1000
As easy as it sounds, the timeout parameter does not work for the method scrollUntilVisible, Maestro keeps scrolling forever.
I expect the test to fail after the timeout duration.
Native app for android mobile in ReactNative.
Pixel 9 Pro API35 from AndroidStudio.
No response
1.39.0
Homebrew
The text was updated successfully, but these errors were encountered:
MA-2386 Timeout not working in scrollUntilVisible
Sorry, something went wrong.
Fix timeout unit in ScrollUntilVisibleCommand
19404ff
The `timeout` in ScrollUntilVisibleCommand should be interpreted as milliseconds: https://maestro.mobile.dev/api-reference/commands/scrolluntilvisible Fixes mobile-dev-inc#2108. This was broken by mobile-dev-inc#2023.
@bartekpacia fixed this in #2112.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Steps to reproduce
Actual results
As easy as it sounds, the timeout parameter does not work for the method scrollUntilVisible, Maestro keeps scrolling forever.
Expected results
I expect the test to fail after the timeout duration.
About app
Native app for android mobile in ReactNative.
About environment
Pixel 9 Pro API35 from AndroidStudio.
Logs
No response
Maestro version
1.39.0
How did you install Maestro?
Homebrew
Anything else?
No response
The text was updated successfully, but these errors were encountered: