aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/routes_spec.rb
diff options
context:
space:
mode:
authorvlatka pavisic2016-11-09 15:04:07 +0100
committervlatka pavisic2016-11-09 15:04:07 +0100
commit56c0f55d2d8d566b931664b85c76dbe3a58e31cc (patch)
tree717b761de93b13a72f6fde9fa05b5b7cf57131ec /spec/features/routes_spec.rb
parentd67ed4c32b338070e4e4ff33f89fe64011e14c3b (diff)
downloadchouette-core-56c0f55d2d8d566b931664b85c76dbe3a58e31cc.tar.bz2
Refs #1872 : Route direction and wayback enumerations
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