mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-06 11:29:30 -05:00
3a7fe51e8f
* Gapless playback (#372) * Add gapless playback prefetch logic for next track * Enhance player context to support multiple track downloads and prevent redundant prefetching * Add download quality settings and integrate into track mapping and network contexts (#386) * Add Shuffle * Add Library Selection screen and navigation to account tab * player redesign featuring blurred background artwork * add repeat modes to player
29 lines
566 B
YAML
29 lines
566 B
YAML
appId: com.jellify
|
|
---
|
|
- launchApp
|
|
- tapOn:
|
|
text: "Allow"
|
|
optional: true
|
|
- tapOn:
|
|
text: "Allow"
|
|
optional: true
|
|
- tapOn:
|
|
id: "server_address_input"
|
|
- inputText: "${server_address}"
|
|
- tapOn:
|
|
id: "connect_button"
|
|
- assertVisible: "Sign in to Cosmonautical"
|
|
- tapOn:
|
|
id: "username_input"
|
|
- inputText: "${username}"
|
|
- tapOn:
|
|
id: "password_input"
|
|
- inputText: "${password}"
|
|
- tapOn:
|
|
id: "sign_in_button"
|
|
- assertVisible: "Select Music Library"
|
|
- tapOn:
|
|
text: "Music"
|
|
- tapOn:
|
|
id: "let_s_go_button"
|
|
- assertVisible: "On Repeat" |