mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
Change of url in the UI needs to be transfered to the test.
This commit is contained in:
parent
f5383e3c05
commit
2211c7cb28
@ -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')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user