mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove test for password rules on login
This commit is contained in:
parent
29a718116a
commit
f2de1f6c38
@ -93,14 +93,6 @@ describe('Login', () => {
|
||||
'The Email field must be a valid email',
|
||||
)
|
||||
})
|
||||
|
||||
it('shows a warning when password is too short', async () => {
|
||||
wrapper.find('input[placeholder="form.password"]').setValue('1234')
|
||||
await flushPromises()
|
||||
await expect(wrapper.find('.invalid-feedback').text()).toEqual(
|
||||
'The Password field must be at least 6 characters',
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
// to do: test submit button
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user