From 7e26d8293925bafc2728d596e5a4a09deef4826b Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 3 Oct 2013 15:41:51 -0300 Subject: [PATCH] solr: fix scenario on search_enterprises test --- plugins/solr/features/search_enterprises.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/solr/features/search_enterprises.feature b/plugins/solr/features/search_enterprises.feature index 4105dc5..f92b3e7 100644 --- a/plugins/solr/features/search_enterprises.feature +++ b/plugins/solr/features/search_enterprises.feature @@ -36,10 +36,10 @@ Feature: search enterprises When I go to the search enterprises page And I fill in "search-input" with "Artesanato" And I press "Search" - Then I should see "Pres. Prudente" within "#facet-menu-f_region" - And I should see ", SP" within "#facet-menu-f_region" - And I should see "City" within ".search-enterprise-region-label" - And I should see "Pres. Prudente, SP" within ".search-enterprise-region-name" + Then I should see "Pres. Prudente" within "#facet-menu-solr_plugin_f_region" + And I should see ", SP" within "#facet-menu-solr_plugin_f_region" + And I should see "City" within ".facet-menu-label" + And I should see "Pres. Prudente, SP" within ".facet-menu-item" Scenario: find enterprise by region Given the following cities -- libgit2 0.21.2