WellNuo/.maestro/03-navigation-tabs.yaml
Sergei d0c4930d38 Update API, invitations, beneficiaries and UI components
- Enhanced invitations system with role management
- Updated beneficiaries routes and screens
- Improved activate, purchase and profile flows
- Added Maestro E2E tests
- Added web invite acceptance page
- Database migration for roles update
2026-01-03 13:02:10 -08:00

19 lines
377 B
YAML

# Test: Tab Navigation
# Tests switching between main tabs
appId: com.wellnuo.BluetoothScanner
---
- launchApp
- takeScreenshot: screenshots/03-initial-screen
# Tap each tab
- tapOn: "Beneficiaries"
- takeScreenshot: screenshots/03-beneficiaries-tab
- tapOn: "Chat"
- takeScreenshot: screenshots/03-chat-tab
- tapOn: "Profile"
- takeScreenshot: screenshots/03-profile-tab