disable ZIP5+ test for Python frontend

Currently not working.
This commit is contained in:
Sarah Hoffmann
2024-07-31 14:08:57 +02:00
parent d47acbc18a
commit 2048009600

View File

@@ -3,11 +3,15 @@
Feature: Searches with postcodes Feature: Searches with postcodes
Various searches involving postcodes Various searches involving postcodes
@v1-api-php-only
Scenario: US 5+4 ZIP codes are shortened to 5 ZIP codes if not found 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 When sending json search query "36067 1111, us" with address
Then result addresses contain Then result addresses contain
| postcode | | postcode |
| 36067 | | 36067 |
And results contain
| type |
| postcode |
Scenario: Postcode search with address Scenario: Postcode search with address
When sending json search query "9486, mauren" When sending json search query "9486, mauren"