From 17d3978c46513337e16e7f0fc472a9360b1f6875 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Wed, 3 Jun 2020 15:43:51 +0200 Subject: [PATCH] Fix registration tests --- client/src/pages/registration.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/client/src/pages/registration.vue b/client/src/pages/registration.vue index 509219b1..f8d0b01b 100644 --- a/client/src/pages/registration.vue +++ b/client/src/pages/registration.vue @@ -211,10 +211,10 @@ data-cy="passwordConfirmation-input" > {{ errors.first('passwordConfirmation') }} + >{{ errors.first('password-confirmation') }}
Hiermit akzeptiere ich die AGB und @@ -247,7 +247,6 @@ class="button button--primary button--big actions__submit" data-cy="register-button">Konto erstellen
-