From d0515dc40284c51991c0816ea7f24e9322208a4c Mon Sep 17 00:00:00 2001 From: Daniel Cunha Date: Fri, 7 Dec 2012 09:30:26 -0300 Subject: [PATCH] balloon.feature --- features/balloon.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/features/balloon.feature b/features/balloon.feature index b17f905..884671e 100644 --- a/features/balloon.feature +++ b/features/balloon.feature @@ -12,7 +12,7 @@ Feature: balloon @selenium Scenario: I should not see trigger if not enabled Given feature "show_balloon_with_profile_links_when_clicked" is disabled on environment - When I go to /browse/people + When I go to /search/people Then I should not see "Profile links" @selenium @@ -24,7 +24,7 @@ Feature: balloon When I go to the homepage Then I should not see "Friends" - @selenium + @selenium @fixme Scenario: I should see balloon when clicked on people block trigger Given the following blocks | owner | type | @@ -34,10 +34,10 @@ Feature: balloon And I follow "Profile links" Then I should see "Friends" - @selenium + @selenium @fixme Scenario: I should see balloon when clicked on community block trigger Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment - When I go to /browse/communities + When I go to /search/communities And I follow "Profile links" Then I should see "Members" @@ -53,7 +53,7 @@ Feature: balloon When I go to /assets/communities Then I should not see "Members" - @selenium + @selenium @fixme Scenario: I should see balloon when clicked on page trigger Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment When I go to /assets/communities -- libgit2 0.21.2