diff --git a/frontend/src/views/Pages/ResetPassword.spec.js b/frontend/src/views/Pages/ResetPassword.spec.js index 137a08897..e3a7c81b1 100644 --- a/frontend/src/views/Pages/ResetPassword.spec.js +++ b/frontend/src/views/Pages/ResetPassword.spec.js @@ -146,8 +146,8 @@ describe('ResetPassword', () => { expect(toasterMock).toHaveBeenCalledWith('...Code is older than 10 minutes') }) - it('router pushes to /thx/login', () => { - expect(routerPushMock).toHaveBeenCalledWith('/thx/login') + it('router pushes to /thx/resetFailed', () => { + expect(routerPushMock).toHaveBeenCalledWith('/thx/resetFailed') }) })