X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7a964efb3a104e304be7620dc18fa123559f05c8..ec8963f3d2e18a197aee8576889400fb058150d3:/test/bdd/api/reverse/simple.feature diff --git a/test/bdd/api/reverse/simple.feature b/test/bdd/api/reverse/simple.feature index 3f307e0e..ccd0becd 100644 --- a/test/bdd/api/reverse/simple.feature +++ b/test/bdd/api/reverse/simple.feature @@ -48,6 +48,10 @@ Feature: Simple Reverse Tests | param | value | | | | Then the result is valid geojson + When sending geocodejson reverse coordinates 53.603,10.041 + | param | value | + | | | + Then the result is valid geocodejson Examples: | parameter | value | @@ -77,7 +81,7 @@ Feature: Simple Reverse Tests Scenario Outline: Boundingbox is returned When sending reverse coordinates 14.62,108.1 | zoom | - | 4 | + | 8 | Then result has bounding box in 9,20,102,113 Examples: