- 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
12 lines
203 B
YAML
12 lines
203 B
YAML
# Test: App Launch
|
|
# Verifies the app launches successfully
|
|
|
|
appId: com.wellnuo.BluetoothScanner
|
|
---
|
|
- launchApp:
|
|
clearState: true
|
|
|
|
- assertVisible: ".*"
|
|
|
|
- takeScreenshot: screenshots/01-app-launch
|