MAJ en Thelia 2.3.4

This commit is contained in:
2020-05-03 08:14:07 +02:00
parent 72ddf49e60
commit 35a800ca0e
328 changed files with 9560 additions and 14163 deletions

View File

@@ -53,7 +53,7 @@ casper.test.begin('Register', 15, function suite(test) {
test.assertExists('.group-password_confirm.has-error', 'password confirm can not be empty');
this.fill('form#form-register', {
'thelia_customer_create[title]': 1,
'thelia_customer_create[title]': '1',
'thelia_customer_create[firstname]': 'thelia',
'thelia_customer_create[lastname]': 'thelia',
'thelia_customer_create[email]': 'test@thelia.net',
@@ -65,7 +65,7 @@ casper.test.begin('Register', 15, function suite(test) {
'thelia_customer_create[address2]': '',
'thelia_customer_create[zipcode]': '63000',
'thelia_customer_create[city]': 'Clermont-Ferrand',
'thelia_customer_create[country]': 64,
'thelia_customer_create[country]': '64',
'thelia_customer_create[password]': 'thelia',
'thelia_customer_create[password_confirm]': 'thelia',
'thelia_customer_create[newsletter]': ''
@@ -136,4 +136,4 @@ casper.test.begin('Register', 15, function suite(test) {
test.done();
});
});
});