Commit d0515dc40284c51991c0816ea7f24e9322208a4c

Authored by Daniel Cunha
1 parent 7d4f0b8e

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,7 +12,7 @@ Feature: balloon
12 @selenium 12 @selenium
13 Scenario: I should not see trigger if not enabled 13 Scenario: I should not see trigger if not enabled
14 Given feature "show_balloon_with_profile_links_when_clicked" is disabled on environment 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 Then I should not see "Profile links" 16 Then I should not see "Profile links"
17 17
18 @selenium 18 @selenium
@@ -24,7 +24,7 @@ Feature: balloon @@ -24,7 +24,7 @@ Feature: balloon
24 When I go to the homepage 24 When I go to the homepage
25 Then I should not see "Friends" 25 Then I should not see "Friends"
26 26
27 - @selenium 27 + @selenium @fixme
28 Scenario: I should see balloon when clicked on people block trigger 28 Scenario: I should see balloon when clicked on people block trigger
29 Given the following blocks 29 Given the following blocks
30 | owner | type | 30 | owner | type |
@@ -34,10 +34,10 @@ Feature: balloon @@ -34,10 +34,10 @@ Feature: balloon
34 And I follow "Profile links" 34 And I follow "Profile links"
35 Then I should see "Friends" 35 Then I should see "Friends"
36 36
37 - @selenium 37 + @selenium @fixme
38 Scenario: I should see balloon when clicked on community block trigger 38 Scenario: I should see balloon when clicked on community block trigger
39 Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment 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 And I follow "Profile links" 41 And I follow "Profile links"
42 Then I should see "Members" 42 Then I should see "Members"
43 43
@@ -53,7 +53,7 @@ Feature: balloon @@ -53,7 +53,7 @@ Feature: balloon
53 When I go to /assets/communities 53 When I go to /assets/communities
54 Then I should not see "Members" 54 Then I should not see "Members"
55 55
56 - @selenium 56 + @selenium @fixme
57 Scenario: I should see balloon when clicked on page trigger 57 Scenario: I should see balloon when clicked on page trigger
58 Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment 58 Given feature "show_balloon_with_profile_links_when_clicked" is enabled on environment
59 When I go to /assets/communities 59 When I go to /assets/communities