fix build

This commit is contained in:
Régis Hanol
2016-03-04 10:52:23 +01:00
parent 06ec563883
commit 71911a4c67
2 changed files with 5 additions and 5 deletions

View File

@ -28,11 +28,11 @@ test('passwordValidation', function() {
var controller = subject();
controller.set('passwordRequired', true);
controller.set('accountEmail', 'pork@chops.com');
controller.set('accountUsername', 'porkchops');
controller.set('accountEmail', 'pork@chops.com');
controller.set('accountUsername', 'porkchops');
controller.set('prefilledUsername', 'porkchops');
controller.set('accountPassword', 'b4fcdae11f9167');
controller.set('accountPassword', 'b4fcdae11f9167');
equal(controller.get('passwordValidation.ok'), true, 'Password is ok');
equal(controller.get('passwordValidation.reason'), I18n.t('user.password.ok'), 'Password is valid');