Refactor test for ResetPassword.vue, fix 'only'

This commit is contained in:
Wolfgang Huß 2022-05-30 13:25:22 +02:00
parent 44d695d0a5
commit eb34a9f6df

View File

@ -174,7 +174,7 @@ describe('ResetPassword', () => {
})
// Wolle
it.only('click redirects to "/forgot-password/resetPassword"', () => {
it.skip('click redirects to "/forgot-password/resetPassword"', () => {
// expect(routerPushMock).toHaveBeenCalledWith('/forgot-password/resetPassword')
})
})