22 lines
394 B
YAML
22 lines
394 B
YAML
appId: com.schnappix
|
|
---
|
|
- launchApp
|
|
- assertVisible: ".*ZUM STARTEN TIPPEN.*"
|
|
|
|
- tapOn:
|
|
id: "settings-button"
|
|
- assertVisible: "Admin-Zugang"
|
|
- tapOn:
|
|
id: "admin-password-input"
|
|
- inputText: "1234"
|
|
- tapOn: "Öffnen"
|
|
|
|
- extendedWaitUntil:
|
|
visible: "EINSTELLUNGEN"
|
|
timeout: 5000
|
|
|
|
- tapOn: "Logs"
|
|
- assertVisible: "App Logs"
|
|
- tapOn: "Schließen"
|
|
- tapOn: "Zurück zur Fotobox"
|