From f2dcb54d0581f6b0069c3478574d0e4507f9f68d Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 9 Aug 2019 07:23:47 +0200 Subject: [PATCH] edit spec --- webapp/components/Registration/CreateUserAccount.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/components/Registration/CreateUserAccount.spec.js b/webapp/components/Registration/CreateUserAccount.spec.js index 51177ad6f..e3f7503a3 100644 --- a/webapp/components/Registration/CreateUserAccount.spec.js +++ b/webapp/components/Registration/CreateUserAccount.spec.js @@ -56,7 +56,6 @@ 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').simulate('change') await wrapper.find('form').trigger('submit') await wrapper.html() }