diff --git a/features/testbot/annotations.feature b/features/testbot/annotations.feature index cff8461b2..d6c6e2f1f 100644 --- a/features/testbot/annotations.feature +++ b/features/testbot/annotations.feature @@ -112,7 +112,8 @@ Feature: Annotations And the query options | annotations | speed,distance,duration,nodes | | bearings | 90,5;180,5 | + | radiuses | unlimited;unlimited | When I route I should get - | from | to | route | a:speed | a:distance | a:duration | a:nodes | + | from | to | route | a:speed | a:distance | a:duration | a:nodes | | a | c | abc,abc | 10:10 | 249.9876189:299.962882 | 25:30 | 1:2:3 |