Commit 8b6c1454e0ef7a2874379762d37679157af6c4da

Authored by Rafael Martins
1 parent 3ba40f31

Small fix for search communities feature

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/search_communities.feature
... ... @@ -15,7 +15,7 @@ Feature: search communities
15 15 Scenario: show recent communities on index (empty query)
16 16 Given the following community
17 17 | identifier | name | category |
18   - | linux | Linux Community | software-livre |
  18 + | linux | Linux Community | social-network |
19 19 When I go to the search communities page
20 20 Then I should see "Noosfero Community" within "#search-results"
21 21 And I should see "Linux Community" within "#search-results"
... ...