mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
fix(test): broken login test
This commit is contained in:
parent
b45a8c40e3
commit
ff99d596fb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ context('Authentication', () => {
|
|||
})
|
||||
|
||||
cy.intercept('/api/data', {
|
||||
fixture: 'data.json'
|
||||
fixture: 'data.get.200.json'
|
||||
})
|
||||
|
||||
cy.visit('/')
|
||||
|
|
Loading…
Reference in a new issue