Commit 7e26d8293925bafc2728d596e5a4a09deef4826b
1 parent
20688456
Exists in
master
and in
28 other branches
solr: fix scenario on search_enterprises test
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
plugins/solr/features/search_enterprises.feature
... | ... | @@ -36,10 +36,10 @@ Feature: search enterprises |
36 | 36 | When I go to the search enterprises page |
37 | 37 | And I fill in "search-input" with "Artesanato" |
38 | 38 | And I press "Search" |
39 | - Then I should see "Pres. Prudente" within "#facet-menu-f_region" | |
40 | - And I should see ", SP" within "#facet-menu-f_region" | |
41 | - And I should see "City" within ".search-enterprise-region-label" | |
42 | - And I should see "Pres. Prudente, SP" within ".search-enterprise-region-name" | |
39 | + Then I should see "Pres. Prudente" within "#facet-menu-solr_plugin_f_region" | |
40 | + And I should see ", SP" within "#facet-menu-solr_plugin_f_region" | |
41 | + And I should see "City" within ".facet-menu-label" | |
42 | + And I should see "Pres. Prudente, SP" within ".facet-menu-item" | |
43 | 43 | |
44 | 44 | Scenario: find enterprise by region |
45 | 45 | Given the following cities | ... | ... |