diff --git a/features/bicycle/restrictions.feature b/features/bicycle/restrictions.feature index 736c939aa..ccf3fe9c9 100644 --- a/features/bicycle/restrictions.feature +++ b/features/bicycle/restrictions.feature @@ -218,8 +218,8 @@ Feature: Bike - Turn restrictions | type | way:from | way:to | node:via | restriction | except | | restriction | sj | aj | j | no_left_turn | bicycle | | restriction | sj | bj | j | no_left_turn | | - | restriction | sj | cj | j | no_right_turn | bicycle | - | restriction | sj | dj | j | no_right_turn | | + | restriction | sj | cj | j | no_right_turn | | + | restriction | sj | dj | j | no_right_turn | bicycle | When I route I should get | from | to | route | diff --git a/features/car/restrictions.feature b/features/car/restrictions.feature index 1ee527395..fc16917e8 100644 --- a/features/car/restrictions.feature +++ b/features/car/restrictions.feature @@ -218,8 +218,8 @@ Feature: Car - Turn restrictions | type | way:from | way:to | node:via | restriction | except | | restriction | sj | aj | j | no_left_turn | motorcar | | restriction | sj | bj | j | no_left_turn | | - | restriction | sj | cj | j | no_right_turn | motorcar | - | restriction | sj | dj | j | no_right_turn | | + | restriction | sj | cj | j | no_right_turn | | + | restriction | sj | dj | j | no_right_turn | motorcar | When I route I should get | from | to | route |