From 56c0f55d2d8d566b931664b85c76dbe3a58e31cc Mon Sep 17 00:00:00 2001 From: vlatka pavisic Date: Wed, 9 Nov 2016 15:04:07 +0100 Subject: Refs #1872 : Route direction and wayback enumerations --- spec/features/routes_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/features') diff --git a/spec/features/routes_spec.rb b/spec/features/routes_spec.rb index c50ff50bc..bb4b8ae3b 100644 --- a/spec/features/routes_spec.rb +++ b/spec/features/routes_spec.rb @@ -34,8 +34,8 @@ describe "Routes", :type => :feature do click_link "Ajouter une séquence d'arrêts" fill_in "route_name", :with => "A to B" fill_in "Indice", :with => "AB" - select 'aller', :from => "route_direction_code" - select 'aller', :from => "route_wayback_code" + select 'Aller', :from => "route_direction" + select 'Aller', :from => "route_wayback" click_button("Créer séquence d'arrêts") expect(page).to have_content("A to B") end -- cgit v1.2.3