X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b612b9942109a08c6ff8f49e3327e015fec08e67..86588419fb1c3fffe131c0e8d99ecea3c77d67c5:/test/bdd/db/import/interpolation.feature diff --git a/test/bdd/db/import/interpolation.feature b/test/bdd/db/import/interpolation.feature index 52971295..181e87ee 100644 --- a/test/bdd/db/import/interpolation.feature +++ b/test/bdd/db/import/interpolation.feature @@ -240,11 +240,11 @@ Feature: Import of address interpolations Then W11 expands to interpolation | parent_place_id | start | end | | W3 | 12 | 16 | - When searching for "16 Cloud Street" + When sending search query "16 Cloud Street" Then results contain | ID | osm_type | osm_id | | 0 | N | 4 | - When searching for "14 Cloud Street" + When sending search query "14 Cloud Street" Then results contain | ID | osm_type | osm_id | | 0 | W | 11 | @@ -282,11 +282,11 @@ Feature: Import of address interpolations Then W11 expands to interpolation | parent_place_id | start | end | | W3 | 12 | 16 | - When searching for "16 Cloud Street" + When sending search query "16 Cloud Street" Then results contain | ID | osm_type | osm_id | | 0 | N | 4 | - When searching for "14 Cloud Street" + When sending search query "14 Cloud Street" Then results contain | ID | osm_type | osm_id | | 0 | W | 11 |