Add Suggested Artists to Discover Tab (#468)

* Fix issue where frequent artists werent properly sorted

* adding suggested artists to discover page

adding maestro test coverage to discover tab

* Add Suggested artists
This commit is contained in:
Violet Caulfield
2025-08-04 01:34:41 -05:00
committed by GitHub
parent e21bbbcb2a
commit 8fd8a33dc7
22 changed files with 246 additions and 21 deletions
+3 -3
View File
@@ -2,6 +2,6 @@ appId: com.jellify
---
- clearState # clears the state of the current app
- launchApp
- runFlow: ../tests/login.yaml
- runFlow: ../tests/musicplayer.yaml
- runFlow: ../tests/search.yaml
- runFlow: ../tests/1-login.yaml
- runFlow: ../tests/2-library.yaml
- runFlow: ../tests/3-musicplayer.yaml
+3 -2
View File
@@ -1,4 +1,5 @@
appId: com.jellify
---
- runFlow: ../tests/library.yaml
- runFlow: ../tests/settings.yaml
- runFlow: ../tests/4-search.yaml
- runFlow: ../tests/5-discover.yaml
- runFlow: ../tests/6-settings.yaml
+20
View File
@@ -0,0 +1,20 @@
appId: com.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"