32 lines
696 B
YAML
32 lines
696 B
YAML
# Client App — Settings page
|
|
appId: com.krowwithus.client
|
|
---
|
|
- launchApp:
|
|
clearState: false
|
|
- extendedWaitUntil:
|
|
visible: "(?i).*(Home|Orders|Coverage|Billing|Reports).*"
|
|
timeout: 45000
|
|
|
|
- extendedWaitUntil:
|
|
visible: "(?i)Home"
|
|
timeout: 30000
|
|
|
|
- tapOn: "(?i)Home"
|
|
|
|
- extendedWaitUntil:
|
|
visible: "(?i).*(Welcome back|Home).*"
|
|
timeout: 15000
|
|
|
|
# Open Settings via header gear icon using stable ID
|
|
- tapOn:
|
|
id: "client_home_settings"
|
|
|
|
- extendedWaitUntil:
|
|
visible: "(?i).*Quick Links.*"
|
|
timeout: 20000
|
|
|
|
- assertVisible: "(?i)Profile"
|
|
- assertVisible: "(?i)Clock-In Hubs"
|
|
- assertVisible: "(?i)Billing & Payments"
|
|
- assertVisible: "(?i).*(Log Out|Logout).*"
|