cse442-fall-2019-offering / 442projects-team-rydat

442projects-team-rydat created by GitHub Classroom
1 stars 0 forks source link

Implement method to expand embeded player #62

Open RHowe22 opened 4 years ago

RHowe22 commented 4 years ago

add a button to the display when a user selects a previously made playlist they can decide to expand the embedded player so that they can see and select the songs on that playlist.

RHowe22 commented 4 years ago

For testing have See that the button loads in when a playlist is selected. Once it is loaded in see that it shows the text "show songs" as a prompt for opening the the embedded player. Then See that when the button is clicked that it both expands the embedded player so that the song list is visible, and the text on the button changes to "hide songs". Then verify that when button is clicked again the text on the button reverts back to "show songs" and that the embedded player shrinks back to its original smaller state. Also Verify that when a new playlist is clicked it always reverts the button back to saying "show songs" and the the embedded player is always unexpanded.