mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: audio playing with cypress
This commit is contained in:
parent
12132476b2
commit
98384b56c6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Cypress.Commands.add('$clickSidebarItem', (sidebarItemText: string) => {
|
|||
|
||||
Cypress.Commands.add('$mockPlayback', () => {
|
||||
cy.intercept('/play/**?api_token=mock-token', {
|
||||
fixture: 'sample.mp3'
|
||||
fixture: 'sample.mp3,null'
|
||||
})
|
||||
|
||||
cy.intercept('/api/album/**/thumbnail', {
|
||||
|
|
Loading…
Reference in a new issue