[PATCH conductor] Updated test to look for user.name rather than "My Account"

Brian McLaughlin bmclaugh at redhat.com
Fri Sep 14 16:43:48 UTC 2012


---
 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




More information about the aeolus-devel mailing list