--- src/features/step_definitions/authentication.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/features/step_definitions/authentication.rb b/src/features/step_definitions/authentication.rb index ce74e6e..8c7a584 100644 --- a/src/features/step_definitions/authentication.rb +++ b/src/features/step_definitions/authentication.rb @@ -83,7 +83,7 @@ When /^I forget to enter my password$/ do end When /^I want to edit my profile$/ do - click_link "My Account" + click_link user.name click_link "Edit" end -- 1.7.11.4
