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.rb4
1 files changed, 2 insertions, 2 deletions
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