aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/routes_spec.rb
diff options
context:
space:
mode:
authorRobert2017-05-31 15:01:40 +0200
committerRobert2017-05-31 15:01:40 +0200
commit46638c5ca8001063f52973de521da77c8e4ff4cd (patch)
treeaf5c47bd43a82b2e76779befdb93b00add9fdc2d /spec/features/routes_spec.rb
parentb561d04020be9015b2eea88e92c6eedc1f529d53 (diff)
parent9a347995a88e6347ed7dbd8ade45ccd574f9b7b6 (diff)
downloadchouette-core-46638c5ca8001063f52973de521da77c8e4ff4cd.tar.bz2
conflict resolved
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")