diff options
Diffstat (limited to 'spec/features/stop_areas_spec.rb')
| -rw-r--r-- | spec/features/stop_areas_spec.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/features/stop_areas_spec.rb b/spec/features/stop_areas_spec.rb index a2ed781d1..9d24ad680 100644 --- a/spec/features/stop_areas_spec.rb +++ b/spec/features/stop_areas_spec.rb @@ -39,12 +39,12 @@ describe "StopAreas", :type => :feature do expect(page).to have_content(stop_areas.first.name) end - it "display map" do - visit stop_area_referential_stop_areas_path(stop_area_referential) - # click_link "#{stop_areas.first.name}" - visit stop_area_referential_stop_area_path(stop_area_referential, stop_areas.first) - expect(page).to have_selector("#map.stop_area") - end + # it "display map" do + # visit stop_area_referential_stop_areas_path(stop_area_referential) + # # click_link "#{stop_areas.first.name}" + # visit stop_area_referential_stop_area_path(stop_area_referential, stop_areas.first) + # expect(page).to have_selector("#map.stop_area") + # end end |
