fixing tests that broke due to gdpr requirement

v1.18.x
Julian Lam 7 years ago
parent 5d2a7106f6
commit 65c8457898

@ -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,

Loading…
Cancel
Save