diff --git a/features/bicycle/restrictions.feature b/features/bicycle/restrictions.feature index ccf3fe9c9..20ee13c44 100644 --- a/features/bicycle/restrictions.feature +++ b/features/bicycle/restrictions.feature @@ -198,7 +198,7 @@ Feature: Bike - Turn restrictions | s | n | sj,nj | | s | e | | - @except @todo + @except Scenario: Bike - Except tag and on no_ restrictions Given the node map | b | x | c | @@ -207,10 +207,10 @@ Feature: Bike - Turn restrictions And the ways | nodes | oneway | - | sj | yes | + | sj | no | | xj | -1 | | aj | -1 | - | bj | -1 | + | bj | no | | cj | -1 | | dj | -1 | @@ -228,7 +228,7 @@ Feature: Bike - Turn restrictions | s | c | | | s | d | sj,dj | - @except @todo + @except Scenario: Bike - Except tag and on only_ restrictions Given the node map | a | | b | @@ -238,8 +238,8 @@ Feature: Bike - Turn restrictions And the ways | nodes | oneway | | sj | yes | - | aj | -1 | - | bj | -1 | + | aj | no | + | bj | no | And the relations | type | way:from | way:to | node:via | restriction | except | diff --git a/features/car/restrictions.feature b/features/car/restrictions.feature index fc16917e8..91ba29865 100644 --- a/features/car/restrictions.feature +++ b/features/car/restrictions.feature @@ -198,8 +198,8 @@ Feature: Car - Turn restrictions | s | n | sj,nj | | s | e | | - @except @todo - Scenario: Bike - Except tag and on no_ restrictions + @except + Scenario: Car - Except tag and on no_ restrictions Given the node map | b | x | c | | a | j | d | @@ -207,11 +207,11 @@ Feature: Car - Turn restrictions And the ways | nodes | oneway | - | sj | yes | + | sj | no | | xj | -1 | | aj | -1 | - | bj | -1 | - | cj | -1 | + | bj | no | + | cj | no | | dj | -1 | And the relations @@ -228,8 +228,8 @@ Feature: Car - Turn restrictions | s | c | | | s | d | sj,dj | - @except @todo - Scenario: Bike - Except tag and on only_ restrictions + @except + Scenario: Car - Except tag and on only_ restrictions Given the node map | a | | b | | | j | | @@ -238,8 +238,8 @@ Feature: Car - Turn restrictions And the ways | nodes | oneway | | sj | yes | - | aj | -1 | - | bj | -1 | + | aj | no | + | bj | no | And the relations | type | way:from | way:to | node:via | restriction | except |