Files
lab-app/maestro/login_flow.yaml
T
2026-06-10 23:22:15 +03:00

11 lines
203 B
YAML

appId: com.kovaksoft.labApp
---
- launchApp
- assertVisible: "Hoş geldiniz"
- tapOn: "E-posta"
- inputText: "test@test.com"
- tapOn: "Şifre"
- inputText: "test123"
- hideKeyboard
- tapOn: "Giriş Yap"