From 1e2b73bba72ee32b88ee450e9c8e32007eefd86e Mon Sep 17 00:00:00 2001 From: jpl Date: Wed, 31 May 2017 14:22:00 +0200 Subject: Refs #3611: fix tests --- spec/features/routes_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/features/routes_spec.rb') 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") -- cgit v1.2.3