diff --git a/webapp/components/Registration/CreateUserAccount.spec.js b/webapp/components/Registration/CreateUserAccount.spec.js
index 67a14b3c5..3bea5a975 100644
--- a/webapp/components/Registration/CreateUserAccount.spec.js
+++ b/webapp/components/Registration/CreateUserAccount.spec.js
@@ -61,7 +61,9 @@ describe('CreateUserAccount', () => {
wrapper.find('input#password').setValue('hellopassword')
wrapper.find('textarea#about').setValue('Hello I am the `about` attribute')
wrapper.find('input#passwordConfirmation').setValue('hellopassword')
- wrapper.find('input#checkbox').setChecked()
+ wrapper.find('input#checkbox0').setChecked()
+ wrapper.find('input#checkbox1').setChecked()
+ wrapper.find('input#checkbox2').setChecked()
await wrapper.find('form').trigger('submit')
await wrapper.html()
}
diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue
index be01e0bb0..7fc64a545 100644
--- a/webapp/components/Registration/CreateUserAccount.vue
+++ b/webapp/components/Registration/CreateUserAccount.vue
@@ -64,7 +64,7 @@
+ +
++ +
- -
-- -
-- -
-