mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-23 19:39:35 -05:00
8bd28bfe00
* com.jellify -> com.cosmonautical.jellify Update Android App ID to fall under the correct parent organization
21 lines
417 B
YAML
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"
|
|
|