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