X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7d9dbd62c7b600eea005b2626c1e6c2f70329619..c6fe91bfa54a501261852464a1296b338fab947e:/test/bdd/db/import/interpolation.feature?ds=sidebyside 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 |