aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/stop_points_spec.rb
diff options
context:
space:
mode:
authorAlban Peignier2016-11-09 19:33:29 +0100
committerAlban Peignier2016-11-09 19:33:29 +0100
commit6a9fefd7232265a6bbb6b8281174769f2716b68d (patch)
tree772a0d3f4b0eaa1ec75a82861aebd4f6e7fc5837 /spec/features/stop_points_spec.rb
parentd3e2cfbd3dd0a59378c083e19e39b4f14d1ef977 (diff)
downloadchouette-core-6a9fefd7232265a6bbb6b8281174769f2716b68d.tar.bz2
Remove (useless) click_link in StopPoints feature. Refs #1877
Diffstat (limited to 'spec/features/stop_points_spec.rb')
-rw-r--r--spec/features/stop_points_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/stop_points_spec.rb b/spec/features/stop_points_spec.rb
index 34548f3dc..18cd97709 100644
--- a/spec/features/stop_points_spec.rb
+++ b/spec/features/stop_points_spec.rb
@@ -11,13 +11,13 @@ describe "StopPoints", :type => :feature do
describe "from route's page to a stop points page" do
it "display route's stop points" do
visit referential_line_route_path(referential,line,route)
- click_link "Liste des arrêts de la séquence d'arrêts"
+ #click_link "Liste des arrêts de la séquence d'arrêts"
route.stop_areas.each do |sa|
expect(page).to have_content(sa.name)
end
end
end
-
+
describe "from route's page, go to new stop point page" do
it "display route's stop points" do
visit referential_line_route_path(referential,line,route)