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
Given a demo app that shows a button called "Form Test" on the homepage (you know, like this one: https://github.com/mobile-dev-inc/demo_app) then run this flow:
appId: com.example.example --- - launchApp - assertNotVisible: text: 'Form Test' enabled: false
║ ✅ Assert that "Form Test" is not visible
║ ✅ Assert that "Form Test" (that is not enabled) is not visible
Would accept any less clumsy version of that text too :D
Is the Demo App. https://github.com/mobile-dev-inc/demo_app
Linux, Java 17.
No response
1.39.0
install script (https://get.maestro.mobile.dev)
It's not catered for.
maestro/maestro-orchestra-models/src/main/java/maestro/orchestra/Commands.kt
Lines 383 to 386 in e957c5e
The text was updated successfully, but these errors were encountered:
MA-2384 Default description for asserting on enabled state is incorrect
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Steps to reproduce
Given a demo app that shows a button called "Form Test" on the homepage (you know, like this one: https://github.com/mobile-dev-inc/demo_app) then run this flow:
Actual results
║ ✅ Assert that "Form Test" is not visible
Expected results
║ ✅ Assert that "Form Test" (that is not enabled) is not visible
Would accept any less clumsy version of that text too :D
About app
Is the Demo App.
https://github.com/mobile-dev-inc/demo_app
About environment
Linux, Java 17.
Logs
No response
Maestro version
1.39.0
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
It's not catered for.
maestro/maestro-orchestra-models/src/main/java/maestro/orchestra/Commands.kt
Lines 383 to 386 in e957c5e
The text was updated successfully, but these errors were encountered: