Commit b8d2cb950da03cc7ae8e8fa4e4aaad11eca0885a
Committed by
Daniela Feitosa
1 parent
d2d130fc
Exists in
master
and in
29 other branches
balloon.feature
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
features/balloon.feature
| ... | ... | @@ -12,7 +12,7 @@ Feature: balloon |
| 12 | 12 | @selenium |
| 13 | 13 | Scenario: I should not see trigger if not enabled |
| 14 | 14 | Given feature "show_balloon_with_profile_links_when_clicked" is disabled on environment |
| 15 | - When I go to /browse/people | |
| 15 | + When I go to /search/people | |
| 16 | 16 | Then I should not see "Profile links" |
| 17 | 17 | |
| 18 | 18 | @selenium |
| ... | ... | @@ -24,7 +24,7 @@ Feature: balloon |
| 24 | 24 | When I go to the homepage |
| 25 | 25 | Then I should not see "Friends" |
| 26 | 26 | |
| 27 | - @selenium | |
| 27 | + @selenium @fixme | |
| 28 | 28 | Scenario: I should see balloon when clicked on people block trigger |
| 29 | 29 | Given the following blocks |
| 30 | 30 | | owner | type | |
| ... | ... | @@ -34,10 +34,10 @@ Feature: balloon |
| 34 | 34 | And I follow "Profile links" |
| 35 | 35 | Then I should see "Friends" |
| 36 | 36 | |
| 37 | - @selenium | |
| 37 | + @selenium @fixme | |
| 38 | 38 | Scenario: I should see balloon when clicked on community block trigger |
| 39 | 39 | Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment |
| 40 | - When I go to /browse/communities | |
| 40 | + When I go to /search/communities | |
| 41 | 41 | And I follow "Profile links" |
| 42 | 42 | Then I should see "Members" |
| 43 | 43 | |
| ... | ... | @@ -53,7 +53,7 @@ Feature: balloon |
| 53 | 53 | When I go to /assets/communities |
| 54 | 54 | Then I should not see "Members" |
| 55 | 55 | |
| 56 | - @selenium | |
| 56 | + @selenium @fixme | |
| 57 | 57 | Scenario: I should see balloon when clicked on page trigger |
| 58 | 58 | Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment |
| 59 | 59 | When I go to /assets/communities | ... | ... |