Commit 9904d428b8f4446ebee61802d797097b285bccbf
1 parent
bf236dd2
Exists in
staging
and in
26 other branches
search_communities_feature: fix test
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
features/search_communities.feature
| ... | ... | @@ -4,8 +4,8 @@ Feature: search communities |
| 4 | 4 | In order to find ones that interest me |
| 5 | 5 | |
| 6 | 6 | Background: |
| 7 | - Given the following category | |
| 8 | - And plugin Solr is enabled on environment | |
| 7 | + Given plugin Solr is enabled on environment | |
| 8 | + And the following category | |
| 9 | 9 | | name | |
| 10 | 10 | | social network | |
| 11 | 11 | And the following community | ... | ... |