Files
App/maestro/tests/5-discover.yaml
T
Violet Caulfield 8bd28bfe00 com.jellify -> com.cosmonautical.jellify (#601)
* com.jellify -> com.cosmonautical.jellify

Update Android App ID to fall under the correct parent organization
2025-10-27 10:24:39 -05:00

21 lines
417 B
YAML

appId: com.cosmonautical.jellify
---
# Wait for app to be ready, then navigate to Settings tab
- assertVisible:
id: "discover-tab-button"
# Navigate to Library tab using text
- tapOn:
id: "discover-tab-button"
# Verify we're on the library page
- assertVisible:
id: "discover-recently-added"
- assertVisible:
id: "discover-public-playlists"
- assertVisible:
id: "discover-suggested-artists"