19 lines
412 B
YAML
19 lines
412 B
YAML
appId: com.schnappix
|
|
---
|
|
- launchApp
|
|
- tapOn:
|
|
text: ".*ZUM STARTEN TIPPEN.*"
|
|
|
|
# Wait for camera countdown and photo to be taken
|
|
- extendedWaitUntil:
|
|
visible: "Nur auf Tablet speichern"
|
|
timeout: 10000
|
|
|
|
# Tap the save button
|
|
- tapOn: "Nur auf Tablet speichern"
|
|
|
|
# Wait for the process to finish and go back to home screen
|
|
- extendedWaitUntil:
|
|
visible: ".*ZUM STARTEN TIPPEN.*"
|
|
timeout: 10000
|