k9-mail/ui-flows/shared/change_display_settings_show_contact_names.yml
2025-11-22 13:56:56 +01:00

21 lines
426 B
YAML

appId: net.thunderbird.android.debug
---
## Open settings
- runFlow: open_display_settings.yml
### Scroll to "Show contact names"
- scrollUntilVisible:
element:
id: "android:id/title"
text: "Show contact names"
direction: DOWN
timeout: 10000
### Enable "Show contact names"
- tapOn:
id: "android:id/title"
text: "Show contact names"
### Close settings
- runFlow: close_display_settings.yml