Commit 05e897aee81f52e765990c34ff48ce070a13c742
1 parent
de70153f
Exists in
master
and in
29 other branches
Fixing test
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
features/browse.feature
... | ... | @@ -77,10 +77,10 @@ Feature: browse |
77 | 77 | |
78 | 78 | Scenario: Browse communities by query |
79 | 79 | When I go to /browse/communities |
80 | - And I fill in "Silva" for "query" | |
80 | + And I fill in "Neto" for "query" | |
81 | 81 | And I press "Search" |
82 | - Then I should see "Community Silva" | |
82 | + Then I should see "Community Neto" | |
83 | 83 | And I should not see "Joao Silva" |
84 | 84 | And I should not see "Pedro Silva" |
85 | 85 | And I should not see "Paulo Neto" |
86 | - And I should not see "Community Neto" | |
86 | + And I should not see "Community Silva" | ... | ... |