Files
Schnappix/.maestro/03_layout_selection.yaml

21 lines
433 B
YAML

appId: com.schnappix
---
- launchApp
- tapOn:
text: ".*ZUM STARTEN TIPPEN.*"
- extendedWaitUntil:
visible: "Einzelbild"
timeout: 10000
# Try layout changes. Some might be disabled if only 1 photo exists,
# but we can tap them or assert they exist
- assertVisible: "Einzelbild"
- assertVisible: "Duo (2)"
# We cancel out
- tapOn: "Beenden"
- extendedWaitUntil:
visible: ".*ZUM STARTEN TIPPEN.*"
timeout: 5000