mobile-dev-inc / maestro

Painless Mobile UI Automation
https://maestro.mobile.dev/
Apache License 2.0
5.88k stars 281 forks source link

Add descriptions to missing element selector aspects #2111

Open Fishbowler opened 4 weeks ago

Fishbowler commented 4 weeks ago

Proposed changes

Adds the missing 'enabled' description, along with a couple of others.

Also adds unit tests for the descriptions.

Testing

Before: ║ ✅ Assert that "Form Test" is visible
After: ║ ✅ Assert that "Form Test", disabled is not visible

Issues fixed

Fixes #2107