Files
Schnappix/.maestro/07_admin_frames.yaml
T

31 lines
512 B
YAML

appId: com.schnappix
---
- launchApp
- assertVisible: ".*ZUM STARTEN TIPPEN.*"
- tapOn:
id: "settings-button"
- tapOn:
id: "admin-password-input"
- inputText: "1234"
- tapOn: "Öffnen"
- extendedWaitUntil:
visible: "EINSTELLUNGEN"
timeout: 5000
- swipe:
direction: DOWN
duration: 1000
# Try changing frame modes
- tapOn: "Immer an"
- tapOn: "Aus"
# Save Settings
- tapOn: "EINSTELLUNGEN SPEICHERN"
# Go back
- tapOn: "Zurück zur Fotobox"
- assertVisible: ".*ZUM STARTEN TIPPEN.*"