Revert "Temporarily move 2 broken specs to pending (shops and producers search by url) due to google maps api changes"

This reverts commit 7dc208fb8c.
This commit is contained in:
Maikel Linke
2019-01-11 11:30:27 +11:00
committed by luisramos0
parent 6a53e5fd3d
commit f391eab5b0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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