Commit 6cc4d7088a90348314d0574b4baaa15ddae35442

Authored by Rafael Martins
1 parent a5e74081

Changed 'browse' to 'search' on browse.feature

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
features/browse.feature
@@ -41,7 +41,7 @@ Feature: browse @@ -41,7 +41,7 @@ Feature: browse
41 And I should see "My friends" 41 And I should see "My friends"
42 42
43 Scenario: Browse people by query 43 Scenario: Browse people by query
44 - Given I go to /browse/people 44 + Given I go to /search/people
45 When I fill in "Silva" for "query" 45 When I fill in "Silva" for "query"
46 And I press "Search" 46 And I press "Search"
47 Then I should see "Joao Silva" 47 Then I should see "Joao Silva"
@@ -77,7 +77,7 @@ Feature: browse @@ -77,7 +77,7 @@ Feature: browse
77 And I should see "More Popular" 77 And I should see "More Popular"
78 78
79 Scenario: Browse communities by query 79 Scenario: Browse communities by query
80 - When I go to /browse/communities 80 + When I go to /search/communities
81 And I fill in "Neto" for "query" 81 And I fill in "Neto" for "query"
82 And I press "Search" 82 And I press "Search"
83 Then I should see "Community Neto" 83 Then I should see "Community Neto"
@@ -102,7 +102,7 @@ Feature: browse @@ -102,7 +102,7 @@ Feature: browse
102 | joaosilva | Bees can fly | this is an article | 102 | joaosilva | Bees can fly | this is an article |
103 | joaosilva | Bees and ants are insects | this is another article | 103 | joaosilva | Bees and ants are insects | this is another article |
104 | joaosilva | Ants are small | this is another article | 104 | joaosilva | Ants are small | this is another article |
105 - When I go to /browse/contents 105 + When I go to /search/contents
106 And I fill in "bees" for "query" 106 And I fill in "bees" for "query"
107 And I press "Search" 107 And I press "Search"
108 Then I should see "Bees can fly" 108 Then I should see "Bees can fly"