You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
733 B

appId: com.android.settings
---
- launchApp
- runFlow:
when:
visible: 'App info'
file: goto-settings-from-app-info.yml
- tapOn: 'Search settings'
- inputText: 'Date'
- tapOn: 'Date & time'
- tapOn: 'Date & time'
- tapOn: 'Time zone'
- runFlow:
when:
notVisible: 'Select time zone'
file: disable-network-time-zone.yml
# on some devices (maestro cloud) "Select UTC offset" is displayed instead of Region
- runFlow:
when:
visible: 'Select UTC offset'
file: select-utc-offset.yml
env:
GMT: ${GMT}
# on most(?) devices timezone is selected by picking region
- runFlow:
when:
visible: Region
file: select-region.yml
env:
REGION: ${REGION}
STATE: ${STATE}