Commit 6cc4d7088a90348314d0574b4baaa15ddae35442
1 parent
a5e74081
Exists in
master
and in
28 other branches
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 | 41 | And I should see "My friends" |
42 | 42 | |
43 | 43 | Scenario: Browse people by query |
44 | - Given I go to /browse/people | |
44 | + Given I go to /search/people | |
45 | 45 | When I fill in "Silva" for "query" |
46 | 46 | And I press "Search" |
47 | 47 | Then I should see "Joao Silva" |
... | ... | @@ -77,7 +77,7 @@ Feature: browse |
77 | 77 | And I should see "More Popular" |
78 | 78 | |
79 | 79 | Scenario: Browse communities by query |
80 | - When I go to /browse/communities | |
80 | + When I go to /search/communities | |
81 | 81 | And I fill in "Neto" for "query" |
82 | 82 | And I press "Search" |
83 | 83 | Then I should see "Community Neto" |
... | ... | @@ -102,7 +102,7 @@ Feature: browse |
102 | 102 | | joaosilva | Bees can fly | this is an article | |
103 | 103 | | joaosilva | Bees and ants are insects | this is another article | |
104 | 104 | | joaosilva | Ants are small | this is another article | |
105 | - When I go to /browse/contents | |
105 | + When I go to /search/contents | |
106 | 106 | And I fill in "bees" for "query" |
107 | 107 | And I press "Search" |
108 | 108 | Then I should see "Bees can fly" | ... | ... |