From 6cc4d7088a90348314d0574b4baaa15ddae35442 Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Wed, 22 Feb 2012 22:12:09 -0200 Subject: [PATCH] Changed 'browse' to 'search' on browse.feature --- features/browse.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/browse.feature b/features/browse.feature index d4ec5c4..a2874d9 100644 --- a/features/browse.feature +++ b/features/browse.feature @@ -41,7 +41,7 @@ Feature: browse And I should see "My friends" Scenario: Browse people by query - Given I go to /browse/people + Given I go to /search/people When I fill in "Silva" for "query" And I press "Search" Then I should see "Joao Silva" @@ -77,7 +77,7 @@ Feature: browse And I should see "More Popular" Scenario: Browse communities by query - When I go to /browse/communities + When I go to /search/communities And I fill in "Neto" for "query" And I press "Search" Then I should see "Community Neto" @@ -102,7 +102,7 @@ Feature: browse | joaosilva | Bees can fly | this is an article | | joaosilva | Bees and ants are insects | this is another article | | joaosilva | Ants are small | this is another article | - When I go to /browse/contents + When I go to /search/contents And I fill in "bees" for "query" And I press "Search" Then I should see "Bees can fly" -- libgit2 0.21.2