diff --git a/spec/features/consumer/producers_spec.rb b/spec/features/consumer/producers_spec.rb index ca8321dda7..514c71d7c4 100644 --- a/spec/features/consumer/producers_spec.rb +++ b/spec/features/consumer/producers_spec.rb @@ -30,7 +30,7 @@ feature %q{ end - pending "searches by URL" do + it "searches by URL" do visit producers_path(anchor: "/?query=xyzzy") expect(page).to have_content "Sorry, no results found for xyzzy" end diff --git a/spec/features/consumer/shops_spec.rb b/spec/features/consumer/shops_spec.rb index 186508532d..5e28f8ae50 100644 --- a/spec/features/consumer/shops_spec.rb +++ b/spec/features/consumer/shops_spec.rb @@ -17,7 +17,7 @@ feature 'Shops', js: true do producer.set_producer_property 'Organic', 'NASAA 12345' end - pending "searches by URL" do + it "searches by URL" do visit shops_path(anchor: "/?query=xyzzy") expect(page).to have_content "Sorry, no results found for xyzzy" end