X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ac29f8bc91ec69cf6695ffc8118292b1cccce1e4..6f383d6073b68409e8da243356eccf5e2847f264:/test/bdd/api/reverse/queries.feature diff --git a/test/bdd/api/reverse/queries.feature b/test/bdd/api/reverse/queries.feature index a9ee2b17..e06b1775 100644 --- a/test/bdd/api/reverse/queries.feature +++ b/test/bdd/api/reverse/queries.feature @@ -48,8 +48,14 @@ Feature: Reverse geocoding Scenario: Location off the coast When sending jsonv2 reverse coordinates 54.046489113,8.5546870529 - | zoom | - | 5 | Then results contain | display_name | - | ^.*Hamburg, Deutschland | + | Freie und Hansestadt Hamburg, Deutschland | + + Scenario: When slightly outside town, the town is not shown + When sending jsonv2 reverse coordinates -32.122,-56.114 + | zoom | + | 15 | + Then results contain + | display_name | + | Tacuarembó, Uruguay |