X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c5c242d19392ce2253ec0249d18976f49f33bebb..211fe96d04ae26a24b884fe2f5e9b7f13f821022:/test/bdd/db/import/parenting.feature diff --git a/test/bdd/db/import/parenting.feature b/test/bdd/db/import/parenting.feature index 62d65cef..b5210f94 100644 --- a/test/bdd/db/import/parenting.feature +++ b/test/bdd/db/import/parenting.feature @@ -18,13 +18,13 @@ Feature: Parenting of objects | object | parent_place_id | | N1 | W1 | | N2 | W1 | - When searching for "4 galoo" + When sending search query "4 galoo" Then results contain - | ID | osm_type | osm_id | langaddress | + | ID | osm_type | osm_id | display_name | | 0 | N | 1 | 4, galoo, 12345 | - When searching for "5 galoo" + When sending search query "5 galoo" Then results contain - | ID | osm_type | osm_id | langaddress | + | ID | osm_type | osm_id | display_name | | 0 | N | 2 | 5, galoo, 99999 | Scenario: Address without tags, closest street