new testcases

This commit is contained in:
2026-03-04 19:24:13 +05:30
parent 277eff3da0
commit 9c07bd7e0e
22 changed files with 927 additions and 3 deletions

View File

@@ -3,11 +3,20 @@
appId: com.krowwithus.client
---
- launchApp
- tapOn: "Settings"
- tapOn: "Home"
- extendedWaitUntil:
visible: "Welcome back"
timeout: 15000
# Open Settings via header gear icon (top-right)
- tapOn:
point: "92%,10%"
- extendedWaitUntil:
visible: "Log Out"
timeout: 5000
timeout: 10000
- tapOn: "Log Out"
- assertVisible: "Are you sure you want to log out?"
- tapOn: "Log Out"
- assertVisible: "Sign In"
- extendedWaitUntil:
visible: "Create Account"
timeout: 20000