Commit 3e1839520ff56eb8d667c6097711aa5b674bcbce

Authored by Daniela Feitosa
1 parent e7a10d70

Fixed test: features/my_network_block.feature

Showing 1 changed file with 10 additions and 10 deletions   Show diff stats
features/my_network_block.feature
@@ -20,11 +20,11 @@ Feature: my_network_block @@ -20,11 +20,11 @@ Feature: my_network_block
20 | identifier | name | owner | public_profile | 20 | identifier | name | owner | public_profile |
21 | other-public-community | Other Public Community | joaosilva | true | 21 | other-public-community | Other Public Community | joaosilva | true |
22 | private-community | Private Community | joaosilva | false | 22 | private-community | Private Community | joaosilva | false |
23 - And I am on Joao Silva's homepage 23 + And I am on joaosilva's homepage
24 And I should see "2 communities" 24 And I should see "2 communities"
25 - When I go to Public Community's homepage 25 + When I go to public-community's homepage
26 And I follow "Join" 26 And I follow "Join"
27 - And I go to Joao Silva's homepage 27 + And I go to joaosilva's homepage
28 Then I should see "3 communities" 28 Then I should see "3 communities"
29 29
30 @selenium 30 @selenium
@@ -34,11 +34,11 @@ Feature: my_network_block @@ -34,11 +34,11 @@ Feature: my_network_block
34 | identifier | name | owner | visible | 34 | identifier | name | owner | visible |
35 | visible-community | Visible Community | joaosilva | true | 35 | visible-community | Visible Community | joaosilva | true |
36 | not-visible-community | Not Visible Community | joaosilva | false | 36 | not-visible-community | Not Visible Community | joaosilva | false |
37 - And I am on Joao Silva's homepage 37 + And I am on joaosilva's homepage
38 And I should see "One community" 38 And I should see "One community"
39 - When I go to Public Community's homepage 39 + When I go to public-community's homepage
40 And I follow "Join" 40 And I follow "Join"
41 - And I go to Joao Silva's homepage 41 + And I go to joaosilva's homepage
42 Then I should see "2 communities" 42 Then I should see "2 communities"
43 43
44 Scenario: display how many public/private friends I have 44 Scenario: display how many public/private friends I have
@@ -48,10 +48,10 @@ Feature: my_network_block @@ -48,10 +48,10 @@ Feature: my_network_block
48 | josesilva | Jose Silva | false | 48 | josesilva | Jose Silva | false |
49 And "joaosilva" is friend of "mariasilva" 49 And "joaosilva" is friend of "mariasilva"
50 And I am logged in as "joaosilva" 50 And I am logged in as "joaosilva"
51 - And I am on Joao Silva's homepage 51 + And I am on joaosilva's homepage
52 Then I should see "1 friend" 52 Then I should see "1 friend"
53 And "joaosilva" is friend of "josesilva" 53 And "joaosilva" is friend of "josesilva"
54 - When I go to Joao Silva's homepage 54 + When I go to joaosilva's homepage
55 Then I should see "2 friends" 55 Then I should see "2 friends"
56 56
57 Scenario: not display how many invisible friends I have 57 Scenario: not display how many invisible friends I have
@@ -62,8 +62,8 @@ Feature: my_network_block @@ -62,8 +62,8 @@ Feature: my_network_block
62 And "josesilva" is invisible 62 And "josesilva" is invisible
63 And "joaosilva" is friend of "mariasilva" 63 And "joaosilva" is friend of "mariasilva"
64 And I am logged in as "joaosilva" 64 And I am logged in as "joaosilva"
65 - When I go to Joao Silva's homepage 65 + When I go to joaosilva's homepage
66 Then I should see "1 friend" 66 Then I should see "1 friend"
67 And "joaosilva" is friend of "josesilva" 67 And "joaosilva" is friend of "josesilva"
68 - When I go to Joao Silva's homepage 68 + When I go to joaosilva's homepage
69 Then I should see "1 friend" 69 Then I should see "1 friend"