aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)