23 lines
459 B
YAML
23 lines
459 B
YAML
appId: com.schnappix
|
|
---
|
|
- launchApp
|
|
- tapOn:
|
|
text: ".*ZUM STARTEN TIPPEN.*"
|
|
|
|
- extendedWaitUntil:
|
|
visible: "Einzelbild"
|
|
timeout: 10000
|
|
|
|
- tapOn: "Weiteres Foto aufnehmen"
|
|
|
|
# Wait for camera countdown again and capture
|
|
- extendedWaitUntil:
|
|
visible: "Einzelbild"
|
|
timeout: 10000
|
|
|
|
# We should see Duo layout button enabled now, let's just exit
|
|
- tapOn: "Beenden"
|
|
- extendedWaitUntil:
|
|
visible: ".*ZUM STARTEN TIPPEN.*"
|
|
timeout: 5000
|