]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/postcode.feature
remove PHP frontend support from BDD tests
[nominatim.git] / test / bdd / api / search / postcode.feature
index 81836efb57535221e7645ae041b3700cafe6df99..bb1b755bf487b1fb3bc5bbb279562380442490b3 100644 (file)
@@ -1,12 +1,17 @@
+@SQLITE
 @APIDB
 Feature: Searches with postcodes
     Various searches involving postcodes
 
 @APIDB
 Feature: Searches with postcodes
     Various searches involving postcodes
 
+    @Fail
     Scenario: US 5+4 ZIP codes are shortened to 5 ZIP codes if not found
         When sending json search query "36067 1111, us" with address
         Then result addresses contain
             | postcode |
             | 36067    |
     Scenario: US 5+4 ZIP codes are shortened to 5 ZIP codes if not found
         When sending json search query "36067 1111, us" with address
         Then result addresses contain
             | postcode |
             | 36067    |
+        And results contain
+            | type     |
+            | postcode |
 
     Scenario: Postcode search with address
         When sending json search query "9486, mauren"
 
     Scenario: Postcode search with address
         When sending json search query "9486, mauren"