aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/routes_spec.rb
diff options
context:
space:
mode:
authorjpl2017-02-23 16:33:54 +0100
committerjpl2017-02-23 16:33:54 +0100
commitd6c447cc7524a5f20681a0565649f5cbfbaa70d4 (patch)
tree692578eb9e13ecdfc1564cc6c0532b0c70712080 /spec/features/routes_spec.rb
parentbb75e3efb7de3d37439285722aca49d4cef77ad5 (diff)
downloadchouette-core-d6c447cc7524a5f20681a0565649f5cbfbaa70d4.tar.bz2
Fix tests
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 9bfb070c1..0cdeaddb4 100644
--- a/spec/features/routes_spec.rb
+++ b/spec/features/routes_spec.rb
@@ -37,7 +37,7 @@ describe "Routes", :type => :feature do
click_link "Ajouter un itinéraire"
fill_in "route_name", :with => "A to B"
# select 'Aller', :from => "route_direction"
- select 'Aller', :from => "route_wayback"
+ check('route[wayback]')
click_button("Enregistrer")
expect(page).to have_content("A to B")
end