From 53532025d6dc98566cc990dcf8a7eca26d13cbca Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 23 Aug 2019 11:36:41 +0200 Subject: [PATCH] Fix translation add backend test case todo --- .../src/schema/resolvers/users/termsAndConditions.spec.js | 3 +++ webapp/components/Registration/CreateUserAccount.vue | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/backend/src/schema/resolvers/users/termsAndConditions.spec.js b/backend/src/schema/resolvers/users/termsAndConditions.spec.js index 9b30f0ac8..95b078677 100644 --- a/backend/src/schema/resolvers/users/termsAndConditions.spec.js +++ b/backend/src/schema/resolvers/users/termsAndConditions.spec.js @@ -14,6 +14,9 @@ describe('SignupVerification', () => { }) describe('UpdateUser', () => { + describe('given terms and conditions are not updated', () => { + it.todo('does not update `termsAndConditionsAgreedAt`') + }) describe('given a new agreed version of terms and conditions', () => { it.todo('updates `termsAndConditionsAgreedAt`') it.todo('updates `termsAndConditionsAgreedVersion`') diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue index b0e6bb7b7..f2f6bf7f4 100644 --- a/webapp/components/Registration/CreateUserAccount.vue +++ b/webapp/components/Registration/CreateUserAccount.vue @@ -55,7 +55,10 @@ v-model="termsAndConditionsConfirmed" :checked="termsAndConditionsConfirmed" /> - +