mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
edit spec
This commit is contained in:
parent
d1830f5bed
commit
f2dcb54d05
@ -56,7 +56,6 @@ describe('CreateUserAccount', () => {
|
|||||||
wrapper.find('input#name').setValue('John Doe')
|
wrapper.find('input#name').setValue('John Doe')
|
||||||
wrapper.find('input#password').setValue('hellopassword')
|
wrapper.find('input#password').setValue('hellopassword')
|
||||||
wrapper.find('input#passwordConfirmation').setValue('hellopassword')
|
wrapper.find('input#passwordConfirmation').setValue('hellopassword')
|
||||||
wrapper.find('input#checkbox').simulate('change')
|
|
||||||
await wrapper.find('form').trigger('submit')
|
await wrapper.find('form').trigger('submit')
|
||||||
await wrapper.html()
|
await wrapper.html()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user