mirror of
https://github.com/koel/koel
synced 2024-11-24 05:03:05 +00:00
fix(test): remove obsolete song download test
This commit is contained in:
parent
fd5f79ee63
commit
6872836946
1 changed files with 0 additions and 6 deletions
|
@ -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')
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue