]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/params.feature
Merge pull request #782 from lonvia/rework-postcodes
[nominatim.git] / test / bdd / api / search / params.feature
index fba83eab0acdd72f6caeec6cd54e553a93ab5c96..bfc7cb152d5edf015920b3164c376ef872393589 100644 (file)
@@ -25,7 +25,6 @@ Feature: Search queries
           | type         | value |
           | city         | Montevideo |
           | state        | Montevideo |
-          | postcode     | 11000 |
           | country      | Uruguay |
           | country_code | uy |
 
@@ -67,7 +66,7 @@ Feature: Search queries
         Then there are duplicates
 
     Scenario: Search with bounded viewbox in right area
-        When sending json search query "restaurant" with address
+        When sending json search query "bar" with address
           | bounded | viewbox |
           | 1       | -56.16786,-34.84061,-56.12525,-34.86526 |
         Then result addresses contain
@@ -75,7 +74,7 @@ Feature: Search queries
           | Montevideo |
 
     Scenario: Search with bounded viewboxlbrt in right area
-        When sending json search query "restaurant" with address
+        When sending json search query "bar" with address
           | bounded | viewboxlbrt |
           | 1       | -56.16786,-34.86526,-56.12525,-34.84061 |
         Then result addresses contain