it('has a context menu for the current song', () => {
    cy.get('#mainFooter').rightclick()
    cy.findByTestId('song-context-menu').should('be.visible')
  })