From 63549c11019207d41484c57084c83817d4fb3501 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 23 Aug 2019 19:37:23 +0200 Subject: [PATCH] Tests for create users with terms and conditions are ok --- webapp/components/Registration/CreateUserAccount.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/components/Registration/CreateUserAccount.spec.js b/webapp/components/Registration/CreateUserAccount.spec.js index a8d63193f..3ee358db6 100644 --- a/webapp/components/Registration/CreateUserAccount.spec.js +++ b/webapp/components/Registration/CreateUserAccount.spec.js @@ -77,6 +77,7 @@ describe('CreateUserAccount', () => { email: 'sixseven@example.org', nonce: '666777', password: 'hellopassword', + termsAndConditionsAgreedVersion: '0.0.2', }, }) expect(mocks.$apollo.mutate).toHaveBeenCalledWith(expected)