fixing tests that broke due to gdpr requirement

This commit is contained in:
Julian Lam
2018-04-12 12:51:34 -04:00
parent 5d2a7106f6
commit 65c8457898

View File

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