diff --git a/features/guidance/dedicated-turn-roads.feature b/features/guidance/dedicated-turn-roads.feature index 64dd7cdab..3513ad392 100644 --- a/features/guidance/dedicated-turn-roads.feature +++ b/features/guidance/dedicated-turn-roads.feature @@ -23,6 +23,10 @@ Feature: Slipways and Dedicated Turn Lanes | bhf | trunk_link | | | ecfg | primary | second | + And the relations + | type | way:from | way:to | node:via | restriction | + | restriction | abcd | ecfg | c | no_right_turn | + When I route I should get | waypoints | route | turns | | a,g | first,second,second | depart,turn right,arrive | @@ -70,6 +74,10 @@ Feature: Slipways and Dedicated Turn Lanes | bfd | trunk_link | | | cde | trunk | trunk | + And the relations + | type | way:from | way:to | node:via | restriction | + | restriction | abc | cde | c | no_right_turn | + When I route I should get | waypoints | route | turns | | a,e | road,trunk,trunk | depart,turn right,arrive |