mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-08 18:09:05 -04:00
fixed tests to pass with new map div ids
This commit is contained in:
@@ -35,7 +35,7 @@ describe "crops/show" do
|
||||
context "map" do
|
||||
it "has a map" do
|
||||
render
|
||||
assert_select("div#map")
|
||||
assert_select("div#cropmap")
|
||||
end
|
||||
|
||||
it "explains what's shown on the map" do
|
||||
|
||||
@@ -6,6 +6,6 @@ describe "places/index" do
|
||||
end
|
||||
|
||||
it "shows a map" do
|
||||
assert_select "div#map"
|
||||
assert_select "div#placesmap"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user