diff options
| author | jpl | 2017-02-22 10:23:31 +0100 |
|---|---|---|
| committer | jpl | 2017-02-22 10:23:31 +0100 |
| commit | be6d884601150fc96c29a7ad17ec9340caba0087 (patch) | |
| tree | 035cc6e82f83697e267ac167aca047b540c2c190 /spec | |
| parent | 0777b3af6bc7c24ef9b98e00bb7b76bffdc5d632 (diff) | |
| download | chouette-core-be6d884601150fc96c29a7ad17ec9340caba0087.tar.bz2 | |
Refs #2629: adding switch comp. updating route form
Diffstat (limited to 'spec')
| -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 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 |
