Commit 17f58fe327256fe94e651d8917dea270c39d7d88

Authored by Dan Croak
1 parent fd9fb0ba

step definition change

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/step_definitions/clearance_steps.rb
@@ -99,8 +99,8 @@ When /^I request password reset link to be sent to "(.*)"$/ do |email| @@ -99,8 +99,8 @@ When /^I request password reset link to be sent to "(.*)"$/ do |email|
99 end 99 end
100 100
101 When /^I update my password with "(.*)\/(.*)"$/ do |password, confirmation| 101 When /^I update my password with "(.*)\/(.*)"$/ do |password, confirmation|
102 - And %{I fill in "Choose password" with "#{password}"}  
103 - And %{I fill in "Confirm password" with "#{confirmation}"} 102 + And %{I fill in "Password" with "#{password}"}
  103 + And %{I fill in "Password confirmation" with "#{confirmation}"}
104 And %{I press "Save this password"} 104 And %{I press "Save this password"}
105 end 105 end
106 106