From 972a12abd04b7051616f1722c10bfbecd227f66f Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 25 Feb 2013 19:40:50 -0300 Subject: [PATCH] Fixed test: features/manage_enterprises.feature --- features/manage_enterprises.feature | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/features/manage_enterprises.feature b/features/manage_enterprises.feature index 070fd46..1557a5c 100644 --- a/features/manage_enterprises.feature +++ b/features/manage_enterprises.feature @@ -15,8 +15,10 @@ Feature: manage enterprises Scenario: seeing my enterprises on menu Given I am logged in as "joaosilva" Then I should see "My enterprises" link - When I follow "My enterprises" and wait - Then I should see "Tangerine Dream" linking to "/myprofile/tangerine-dream" + When I follow "My enterprises" + And I follow "Tangerine Dream" + Then I should be on tangerine-dream's control panel + @selenium Scenario: not show enterprises on menu to a user without enterprises -- libgit2 0.21.2