X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/65500927c2955860d392f76fa9b2c318ccd716d2..9240e83802b30c940ceec9ac51700b86b77b65e2:/test/bdd/api/search/params.feature?ds=inline diff --git a/test/bdd/api/search/params.feature b/test/bdd/api/search/params.feature index 1fa16383..d1cff1cc 100644 --- a/test/bdd/api/search/params.feature +++ b/test/bdd/api/search/params.feature @@ -68,18 +68,18 @@ Feature: Search queries Scenario: Search with bounded viewbox in right area When sending json search query "restaurant" with address | bounded | viewbox | - | 1 | 9.93027,53.61634,10.10073,53.54500 | + | 1 | -56.16786,-34.84061,-56.12525,-34.86526 | Then result addresses contain - | state | - | Hamburg | + | city | + | Montevideo | Scenario: Search with bounded viewboxlbrt in right area When sending json search query "restaurant" with address | bounded | viewboxlbrt | - | 1 | 9.93027,53.54500,10.10073,53.61634 | + | 1 | -56.16786,-34.86526,-56.12525,-34.84061 | Then result addresses contain - | state | - | Hamburg | + | city | + | Montevideo | Scenario: No POI search with unbounded viewbox When sending json search query "restaurant"