edit spec

This commit is contained in:
ogerly 2019-08-09 07:23:47 +02:00
parent d1830f5bed
commit f2dcb54d05

View File

@ -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()
} }