diff --git a/test/authentication.js b/test/authentication.js index 99512c7af4..b90d585971 100644 --- a/test/authentication.js +++ b/test/authentication.js @@ -56,6 +56,7 @@ describe('authentication', function () { username: username, password: password, 'password-confirm': password, + gdpr_consent: true, }, json: true, jar: jar, @@ -150,6 +151,7 @@ describe('authentication', function () { password: 'adminpwd', 'password-confirm': 'adminpwd', userLang: 'it', + gdpr_consent: true, }, json: true, jar: jar,