client: tests: properly stub /api/auth/authenticate response

This commit is contained in:
Jesse Chan
2020-10-20 10:07:45 +08:00
parent 992287e91b
commit e6fcf86f7f

View File

@@ -34,6 +34,7 @@ context('Login', () => {
cy.route({
method: 'POST',
url: 'http://127.0.0.1:4200/api/auth/authenticate',
response: {},
status: 500,
}).as('verify-request');