adapt tests to geocodejson format adaptions

This commit is contained in:
Sarah Hoffmann 2020-04-08 11:11:53 +02:00
parent 29df9771bb
commit 98be5bf637
2 changed files with 3 additions and 3 deletions

View File

@ -11,10 +11,10 @@ Feature: Parameters for Reverse API
Scenario: Town street-level address with street
When sending geocodejson reverse coordinates 47.066,9.504
Then results contain
| street | city | postcode | country |
| name | city | postcode | country |
| Gnetsch | Balzers | 9496 | Liechtenstein |
Scenario: Town street-level address with footway
Scenario: Poi street-level address with footway
When sending geocodejson reverse coordinates 47.0653,9.5007
Then results contain
| street | city | postcode | country |

View File

@ -11,7 +11,7 @@ Feature: Parameters for Search API
Scenario: Town street-level address with street
When sending geocodejson search query "Gnetsch, Balzers" with address
Then results contain
| street | city | postcode | country |
| name | city | postcode | country |
| Gnetsch | Balzers | 9496 | Liechtenstein |
Scenario: Town street-level address with footway