aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/routes_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/routes_spec.rb')
-rw-r--r--spec/features/routes_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/routes_spec.rb b/spec/features/routes_spec.rb
index 7be506b57..28015f011 100644
--- a/spec/features/routes_spec.rb
+++ b/spec/features/routes_spec.rb
@@ -37,6 +37,7 @@ describe "Routes", :type => :feature do
click_link "Ajouter un itinéraire"
fill_in "route_name", :with => "A to B"
fill_in "route_published_name", :with => "Published A to B"
+ # select 'Aller', :from => "route_direction"
check('route[wayback]')
click_button("Valider")
expect(page).to have_content("A to B")