diff options
Diffstat (limited to 't/app/controller/auth_profile.t')
-rw-r--r-- | t/app/controller/auth_profile.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/app/controller/auth_profile.t b/t/app/controller/auth_profile.t index 883dc2003..2472564e8 100644 --- a/t/app/controller/auth_profile.t +++ b/t/app/controller/auth_profile.t @@ -17,12 +17,12 @@ END { { form_name => 'general_auth', fields => { - email => "$test_email", + username => "$test_email", r => 'faq', # Just as a test }, - button => 'email_sign_in', + button => 'sign_in_by_code', }, - "email_sign_in with '$test_email'" + "sign_in_by_code with '$test_email'" ); # follow link and change password - check not prompted for old password |