Commit f93fc7aab795451c2c5d8baff842ee2996f9a59a
1 parent
17f58fe3
Exists in
master
and in
1 other branch
email, not email address on the label
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/step_definitions/clearance_steps.rb
@@ -94,7 +94,7 @@ end | @@ -94,7 +94,7 @@ end | ||
94 | 94 | ||
95 | When /^I request password reset link to be sent to "(.*)"$/ do |email| | 95 | When /^I request password reset link to be sent to "(.*)"$/ do |email| |
96 | When %{I go to the password reset request page} | 96 | When %{I go to the password reset request page} |
97 | - And %{I fill in "Email address" with "#{email}"} | 97 | + And %{I fill in "Email" with "#{email}"} |
98 | And %{I press "Reset password"} | 98 | And %{I press "Reset password"} |
99 | end | 99 | end |
100 | 100 |