From 5b5d62d85e00ac584ab44293e95b559fa470b5ef Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Tue, 17 Apr 2012 17:39:07 -0300 Subject: [PATCH] New small scenario for Search feature --- features/search.feature | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/features/search.feature b/features/search.feature index 78e2006..3a32b60 100644 --- a/features/search.feature +++ b/features/search.feature @@ -7,6 +7,13 @@ Feature: search Given the search index is empty And feature "disable_asset_products" is disabled on environment + Scenario: search with empty results + Given I go to the search page + And I fill in "query" with "Anything" + And I press "Search" + Then I should see "None" within ".multiple-results-boxes" + And I should see "None" within ".search-results-empty" + Scenario: simple search for person Given the following users | login | name | -- libgit2 0.21.2