edit spec green

This commit is contained in:
ogerly 2019-08-09 07:27:38 +02:00
parent f2dcb54d05
commit d545e84ce9

View File

@ -56,6 +56,7 @@ describe('CreateUserAccount', () => {
wrapper.find('input#name').setValue('John Doe')
wrapper.find('input#password').setValue('hellopassword')
wrapper.find('input#passwordConfirmation').setValue('hellopassword')
wrapper.find('input#checkbox').setChecked()
await wrapper.find('form').trigger('submit')
await wrapper.html()
}