11 lines
314 B
YAML
11 lines
314 B
YAML
# Staff App — Find Shifts tab
|
|
# Run: maestro test auth/sign_in.yaml shifts/find_shifts.yaml -e TEST_STAFF_PHONE=... -e TEST_STAFF_OTP=...
|
|
appId: com.krowwithus.staff
|
|
---
|
|
- launchApp
|
|
- assertVisible: "Shifts"
|
|
- tapOn: "Shifts"
|
|
- assertVisible: "Find Shifts\n0"
|
|
- tapOn: "Find Shifts\n0"
|
|
- assertVisible: "Shifts"
|