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