From f93fc7aab795451c2c5d8baff842ee2996f9a59a Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Fri, 17 Jul 2009 10:38:42 -0400 Subject: [PATCH] email, not email address on the label --- features/step_definitions/clearance_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step_definitions/clearance_steps.rb b/features/step_definitions/clearance_steps.rb index 3941a46..55383d4 100644 --- a/features/step_definitions/clearance_steps.rb +++ b/features/step_definitions/clearance_steps.rb @@ -94,7 +94,7 @@ end When /^I request password reset link to be sent to "(.*)"$/ do |email| When %{I go to the password reset request page} - And %{I fill in "Email address" with "#{email}"} + And %{I fill in "Email" with "#{email}"} And %{I press "Reset password"} end -- libgit2 0.21.2