From 05e897aee81f52e765990c34ff48ce070a13c742 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 12 Apr 2011 09:39:11 -0300 Subject: [PATCH] Fixing test --- features/browse.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/browse.feature b/features/browse.feature index 77a0060..10bb97c 100644 --- a/features/browse.feature +++ b/features/browse.feature @@ -77,10 +77,10 @@ Feature: browse Scenario: Browse communities by query When I go to /browse/communities - And I fill in "Silva" for "query" + And I fill in "Neto" for "query" And I press "Search" - Then I should see "Community Silva" + Then I should see "Community Neto" And I should not see "Joao Silva" And I should not see "Pedro Silva" And I should not see "Paulo Neto" - And I should not see "Community Neto" + And I should not see "Community Silva" -- libgit2 0.21.2