diff options
Diffstat (limited to 'spec/features/routes_spec.rb')
| -rw-r--r-- | spec/features/routes_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/routes_spec.rb b/spec/features/routes_spec.rb index 0cdeaddb4..36d0e8f87 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" check('route[wayback]') - click_button("Enregistrer") + click_button("Valider") expect(page).to have_content("A to B") end end |
