From 6365ba243ccc3862e5f2f2d035c07697e0b55f8e Mon Sep 17 00:00:00 2001 From: Daniel Croak Date: Wed, 2 Sep 2009 18:03:55 -0400 Subject: [PATCH] step definitions for email / password --- features/step_definitions/clearance_steps.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/step_definitions/clearance_steps.rb b/features/step_definitions/clearance_steps.rb index 8da321a..bb68f4b 100644 --- a/features/step_definitions/clearance_steps.rb +++ b/features/step_definitions/clearance_steps.rb @@ -100,13 +100,13 @@ 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 When /^I update my password with "(.*)\/(.*)"$/ do |password, confirmation| - And %{I fill in "Choose password" with "#{password}"} - And %{I fill in "Confirm password" with "#{confirmation}"} + And %{I fill in "Password" with "#{password}"} + And %{I fill in "Password confirmation" with "#{confirmation}"} And %{I press "Save this password"} end -- libgit2 0.21.2