From f4cde36f362cc64ddd15f543603a933958c5fc7d Mon Sep 17 00:00:00 2001 From: Greg Knisely Date: Fri, 16 Mar 2018 17:05:44 -0400 Subject: [PATCH] added left side driving support to the test. --- features/car/side_bias.feature | 1 + features/guidance/anticipate-lanes.feature | 1 + features/guidance/roundabout-left-sided.feature | 1 + 3 files changed, 3 insertions(+) diff --git a/features/car/side_bias.feature b/features/car/side_bias.feature index a44fa08a6..0918d8e00 100644 --- a/features/car/side_bias.feature +++ b/features/car/side_bias.feature @@ -2,6 +2,7 @@ Feature: Testbot - side bias Scenario: Left-hand bias + Given the valhalla admin db "left" Given the profile file "car" initialized with """ profile.properties.left_hand_driving = true diff --git a/features/guidance/anticipate-lanes.feature b/features/guidance/anticipate-lanes.feature index c082dc3c1..366291559 100644 --- a/features/guidance/anticipate-lanes.feature +++ b/features/guidance/anticipate-lanes.feature @@ -2,6 +2,7 @@ Feature: Turn Lane Guidance Background: + Given the valhalla admin db "left" Given the profile "car" Given a grid size of 100 meters diff --git a/features/guidance/roundabout-left-sided.feature b/features/guidance/roundabout-left-sided.feature index 103da7544..dc6843339 100644 --- a/features/guidance/roundabout-left-sided.feature +++ b/features/guidance/roundabout-left-sided.feature @@ -2,6 +2,7 @@ Feature: Basic Roundabout Background: + Given the valhalla admin db "left" Given a grid size of 10 meters Given the profile file "car" initialized with """