diff --git a/features/car/permissive.feature b/features/car/permissive.feature deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/features/guidance/collapse.feature b/features/guidance/collapse.feature index e7b4dad59ad..5d790d8fa35 100644 --- a/features/guidance/collapse.feature +++ b/features/guidance/collapse.feature @@ -1061,7 +1061,7 @@ Feature: Collapse # i # """ - And the node locations + Given the node locations | node | lat | lon | #id | | a | -33.9644254 | 151.1378673 | 33226063 | | b | -33.9644373 | 151.1377172 | 1072787030 | diff --git a/features/guidance/roundabout-left-sided.feature b/features/guidance/roundabout-left-sided.feature index 103da754430..9555a24cae2 100644 --- a/features/guidance/roundabout-left-sided.feature +++ b/features/guidance/roundabout-left-sided.feature @@ -9,7 +9,7 @@ Feature: Basic Roundabout """ Scenario: Roundabout exit counting for left sided driving - And a grid size of 10 meters + Given a grid size of 10 meters And the node map """ a @@ -33,7 +33,7 @@ Feature: Basic Roundabout | a,h | ab,gh,gh | depart,roundabout turn right exit-3,arrive | Scenario: Mixed Entry and Exit - And a grid size of 10 meters + Given a grid size of 10 meters And the node map """ c a diff --git a/features/testbot/loop.feature b/features/testbot/loop.feature index 985c8ba6a0e..6c8b0804837 100644 --- a/features/testbot/loop.feature +++ b/features/testbot/loop.feature @@ -75,7 +75,7 @@ Feature: Avoid weird loops caused by rounding errors @412 @via Scenario: Avoid weird loops 3 - And the node map + Given the node map """ a b e diff --git a/features/testbot/snap_intersection.feature b/features/testbot/snap_intersection.feature index 063986bab12..c577c685578 100644 --- a/features/testbot/snap_intersection.feature +++ b/features/testbot/snap_intersection.feature @@ -401,12 +401,12 @@ Feature: Snapping at intersections Given the extract extra arguments "--small-component-size=4" And the ways - | nodes | oneway | - | ab | no | - | bc | no | - | cd | no | - | fed | no | - | bg | yes | # small SCC + | nodes | oneway | # comment | + | ab | no | | + | bc | no | | + | cd | no | | + | fed | no | | + | bg | yes | small SCC | And the relations | type | way:from | way:to | node:via | restriction | @@ -437,14 +437,14 @@ Feature: Snapping at intersections Given the extract extra arguments "--small-component-size=4" And the ways - | nodes | oneway | - | ab | no | - | bc | no | - | cd | no | - | fed | no | - | ghi | no | - | jkl | no | - | bm | yes | # small SCC + | nodes | oneway | # comment | + | ab | no | | + | bc | no | | + | cd | no | | + | fed | no | | + | ghi | no | | + | jkl | no | | + | bm | yes | small SCC | And the relations | type | way:from | way:to | node:via | restriction |