mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
fix(test): remove .only from spec
This commit is contained in:
parent
67703be7ca
commit
63630eef65
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ context('Song Context Menu', { scrollBehavior: false }, () => {
|
|||
cy.$assertFavoriteSongCount(4)
|
||||
})
|
||||
|
||||
it.only('initiates editing a song', () => {
|
||||
it('initiates editing a song', () => {
|
||||
cy.intercept('GET', '/api/**/info', {
|
||||
fixture: 'info.get.200.json'
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue