43 lines
802 B
YAML
43 lines
802 B
YAML
appId: ${APP_ID || "in.freshyo.adminui"}
|
|
---
|
|
- tapOn:
|
|
id: delivery-date-picker
|
|
- tapOn:
|
|
id: 'android:id/button1'
|
|
|
|
- tapOn:
|
|
id: delivery-time-picker
|
|
- tapOn:
|
|
id: 'android:id/toggle_mode'
|
|
optional: true
|
|
- tapOn:
|
|
id: 'android:id/input_hour'
|
|
- eraseText
|
|
- inputText: ${SLOT_HOUR}
|
|
- tapOn:
|
|
id: 'android:id/input_minute'
|
|
- eraseText
|
|
- inputText: ${SLOT_MIN}
|
|
- tapOn:
|
|
id: 'android:id/button1'
|
|
|
|
- tapOn:
|
|
id: freeze-date-picker
|
|
- tapOn:
|
|
id: 'android:id/button1'
|
|
|
|
- tapOn:
|
|
id: freeze-time-picker
|
|
- tapOn:
|
|
id: 'android:id/toggle_mode'
|
|
optional: true
|
|
- tapOn:
|
|
id: 'android:id/input_hour'
|
|
- eraseText
|
|
- inputText: ${SLOT_FREEZE_HOUR}
|
|
- tapOn:
|
|
id: 'android:id/input_minute'
|
|
- eraseText
|
|
- inputText: ${SLOT_FREEZE_MIN}
|
|
- tapOn:
|
|
id: 'android:id/button1'
|