X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2cb85e48b4171e56fb1875560ffadde2fe2cb00e..ce1c3bab6d94163656c3bb06f735b27e6be2198b:/test/bdd/api/search/queries.feature?ds=sidebyside diff --git a/test/bdd/api/search/queries.feature b/test/bdd/api/search/queries.feature index b521c171..fea4da41 100644 --- a/test/bdd/api/search/queries.feature +++ b/test/bdd/api/search/queries.feature @@ -19,11 +19,10 @@ Feature: Search queries When sending json search query "Schellingstr 86, Hamburg" with address | accept-language | | de | - Then address of result 0 is + Then address of result 0 contains | type | value | | house_number | 86 | | road | Schellingstraße | - | suburb | Eilbek | | postcode | 22089 | | city | Hamburg | | country | Deutschland | @@ -33,11 +32,10 @@ Feature: Search queries When sending json search query "Schellingstr 73, Hamburg" with address | accept-language | | de | - Then address of result 0 is + Then address of result 0 contains | type | value | | house_number | 73 | | road | Schellingstraße | - | suburb | Eilbek | | postcode | 22089 | | city | Hamburg | | country | Deutschland | @@ -182,3 +180,11 @@ Feature: Search queries Then results contain | class | type | | highway | residential | + + + # github #1949 + Scenario: Addressdetails always return the place type + When sending json search query "Rotherbaum" with address + Then result addresses contain + | ID | suburb | + | 0 | Rotherbaum |