21 lines
444 B
YAML
21 lines
444 B
YAML
# Client App — Billing tab navigation
|
|
appId: com.krowwithus.client
|
|
---
|
|
- launchApp:
|
|
clearState: false
|
|
- extendedWaitUntil:
|
|
visible: "(?i).*(Home|Orders|Coverage|Billing|Reports).*"
|
|
timeout: 45000
|
|
|
|
- extendedWaitUntil:
|
|
visible: "(?i)Billing"
|
|
timeout: 30000
|
|
|
|
- tapOn: "(?i)Billing"
|
|
|
|
- extendedWaitUntil:
|
|
visible: "(?i).*(Current Period|Billing).*"
|
|
timeout: 20000
|
|
|
|
- assertVisible: "(?i).*(Current Period|Billing).*"
|