X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/635ce30db5a5086a5881fdc766f0dc450677bf62..473bbb7234dc21a74b3d7ed0115a02ca3379014b:/test/bdd/api/reverse/simple.feature diff --git a/test/bdd/api/reverse/simple.feature b/test/bdd/api/reverse/simple.feature index b14d9e86..3f4bd6eb 100644 --- a/test/bdd/api/reverse/simple.feature +++ b/test/bdd/api/reverse/simple.feature @@ -67,17 +67,16 @@ Feature: Simple Reverse Tests | json | | jsonv2 | - Scenario Outline: Reverse-geocoding without address - When sending reverse coordinates 53.603,10.041 - | addressdetails | - | 0 | - Then exactly 1 result is returned + Scenario Outline: Boundingbox is returned + When sending reverse coordinates 14.62,108.1 + | zoom | + | 4 | + Then result has bounding box in 9,20,102,113 Examples: | format | | json | | jsonv2 | - | html | | xml | Scenario Outline: Reverse-geocoding with zoom