Commit 4032bfa4cf8c31da7e03fb5a30c2b5e6485facd0
1 parent
325e96fe
Exists in
master
and in
29 other branches
search-feature: add a step to select customized select filter
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
features/search_enterprises.feature
@@ -55,7 +55,7 @@ Feature: search enterprises | @@ -55,7 +55,7 @@ Feature: search enterprises | ||
55 | | owner | name | body | homepage | | 55 | | owner | name | body | homepage | |
56 | | shop1 | Shoes home | This is the <i>homepage</i> of Shoes shop! It has a very long and pretty vague description, just so we can test wether the system will correctly create an excerpt of this text. We should probably talk about shoes. | true | | 56 | | shop1 | Shoes home | This is the <i>homepage</i> of Shoes shop! It has a very long and pretty vague description, just so we can test wether the system will correctly create an excerpt of this text. We should probably talk about shoes. | true | |
57 | When I search enterprises for "shoes" | 57 | When I search enterprises for "shoes" |
58 | - And I follow "Full" | 58 | + And I choose the search filter "Full" |
59 | Then I should see "This is the homepage of" within ".search-enterprise-description" | 59 | Then I should see "This is the homepage of" within ".search-enterprise-description" |
60 | And I should see "about sho..." within ".search-enterprise-description" | 60 | And I should see "about sho..." within ".search-enterprise-description" |
61 | 61 |