diff --git a/features/support/user_cuke_helpers.rb b/features/support/user_cuke_helpers.rb index abf5e5e6e..b7014b0ac 100644 --- a/features/support/user_cuke_helpers.rb +++ b/features/support/user_cuke_helpers.rb @@ -69,8 +69,8 @@ module UserCukeHelpers def fill_in_new_user_form @username = "ohai" - fill_in('user_username', with: @username) fill_in('user_email', with: "#{@username}@example.com") + fill_in('user_username', with: @username) fill_in('user_password', with: 'secret') fill_in('user_password_confirmation', with: 'secret')