aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/routes_spec.rb
diff options
context:
space:
mode:
authorjpl2017-02-22 10:23:31 +0100
committerjpl2017-02-22 10:23:31 +0100
commitbe6d884601150fc96c29a7ad17ec9340caba0087 (patch)
tree035cc6e82f83697e267ac167aca047b540c2c190 /spec/features/routes_spec.rb
parent0777b3af6bc7c24ef9b98e00bb7b76bffdc5d632 (diff)
downloadchouette-core-be6d884601150fc96c29a7ad17ec9340caba0087.tar.bz2
Refs #2629: adding switch comp. updating route form
Diffstat (limited to 'spec/features/routes_spec.rb')
-rw-r--r--spec/features/routes_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/routes_spec.rb b/spec/features/routes_spec.rb
index af0a4520a..9bfb070c1 100644
--- a/spec/features/routes_spec.rb
+++ b/spec/features/routes_spec.rb
@@ -38,7 +38,7 @@ describe "Routes", :type => :feature do
fill_in "route_name", :with => "A to B"
# select 'Aller', :from => "route_direction"
select 'Aller', :from => "route_wayback"
- click_button("Créer un itinéraire")
+ click_button("Enregistrer")
expect(page).to have_content("A to B")
end
end