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.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