Merge branch 'release/0.7.0.0' into next-minor
This commit is contained in:
commit
278298e21d
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue