fix(test): remove obsolete song download test

This commit is contained in:
Phan An 2021-01-24 19:58:11 +01:00
parent fd5f79ee63
commit 6872836946

View file

@ -40,10 +40,4 @@ context('Other Controls', () => {
cy.findByTestId('toggle-equalizer-btn').click()
cy.findByTestId('equalizer').should('not.be.visible')
})
it('downloads the current song', () => {
cy.intercept('/download/songs').as('download')
cy.$findInTestId('other-controls [data-test=download-btn]').click()
cy.wait('@download')
})
})