diff options
Diffstat (limited to 'spec/features/routes_spec.rb')
| -rw-r--r-- | spec/features/routes_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/routes_spec.rb b/spec/features/routes_spec.rb index 6d9ba990d..0850ac00e 100644 --- a/spec/features/routes_spec.rb +++ b/spec/features/routes_spec.rb @@ -36,6 +36,7 @@ describe "Routes", :type => :feature do visit referential_line_path(referential, line) click_link "Ajouter un itinéraire" fill_in "route_name", :with => "A to B" + fill_in "route_published_name", :with => "AtoB" # select 'Aller', :from => "route_direction" check('route[wayback]') click_button("Valider") |
