mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
edit spec green
This commit is contained in:
parent
f2dcb54d05
commit
d545e84ce9
@ -56,6 +56,7 @@ 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').setChecked()
|
||||||
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