fix(test): broken login test

This commit is contained in:
Phan An 2020-12-30 23:37:22 +01:00
parent b45a8c40e3
commit ff99d596fb

View file

@ -11,7 +11,7 @@ context('Authentication', () => {
})
cy.intercept('/api/data', {
fixture: 'data.json'
fixture: 'data.get.200.json'
})
cy.visit('/')