This is the home assignment to assess your coding skills and test design skills. Good Luck! Please use any test framework to do the following task and push your code to a public git repository, alongside with instruction to set up environment and be able to run your code.
Question:
Follow the page object model. Navigate to Spotify Web Player.
Login from Home page (can login by clicking the “LOG IN” button or through the popup when you click the play button on the player).
Once you have logged in, design and write automation test for the music player.
Note: "the music player" refer to the elements of the following screenshot

Recommendations:
This is an open question, in your code, we would like to see your code structure, test design, and test strategy. In order to test the player you need to at least have an free trial account with Spotify, Please don’t commit your login credential to the github. Please give us instructions of where to put our own login information and detailed framework environment setup guidance if we want to run your code locally. Bonus question: inside the framework, you are welcome to do more than we asked in the above question to demonstrate you automation skills.
Please do not make a pull request. Give us a link to your repository instead.