Commit 5b5d62d85e00ac584ab44293e95b559fa470b5ef

Authored by Rafael Martins
1 parent 7d9e8a84

New small scenario for Search feature

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
features/search.feature
... ... @@ -7,6 +7,13 @@ Feature: search
7 7 Given the search index is empty
8 8 And feature "disable_asset_products" is disabled on environment
9 9  
  10 + Scenario: search with empty results
  11 + Given I go to the search page
  12 + And I fill in "query" with "Anything"
  13 + And I press "Search"
  14 + Then I should see "None" within ".multiple-results-boxes"
  15 + And I should see "None" within ".search-results-empty"
  16 +
10 17 Scenario: simple search for person
11 18 Given the following users
12 19 | login | name |
... ...