X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/635ce30db5a5086a5881fdc766f0dc450677bf62..6c12fc971e0e6141572ad50adf79533b4fc87d1a:/test/bdd/api/reverse/simple.feature?ds=sidebyside diff --git a/test/bdd/api/reverse/simple.feature b/test/bdd/api/reverse/simple.feature index b14d9e86..2b484736 100644 --- a/test/bdd/api/reverse/simple.feature +++ b/test/bdd/api/reverse/simple.feature @@ -67,17 +67,17 @@ 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 + @wip + 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