From 17f58fe327256fe94e651d8917dea270c39d7d88 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Fri, 17 Jul 2009 10:37:25 -0400 Subject: [PATCH] step definition change --- features/step_definitions/clearance_steps.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/step_definitions/clearance_steps.rb b/features/step_definitions/clearance_steps.rb index 52ac7f4..3941a46 100644 --- a/features/step_definitions/clearance_steps.rb +++ b/features/step_definitions/clearance_steps.rb @@ -99,8 +99,8 @@ When /^I request password reset link to be sent to "(.*)"$/ do |email| 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