mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-19 02:52:09 +03:00
86d90bc460
These are the tests that were formerly located at https://github.com/lonvia/test-nominatim
14 lines
384 B
Gherkin
14 lines
384 B
Gherkin
Feature: Reverse geocoding
|
|
Testing the reverse function
|
|
|
|
# Make sure country is not overwritten by the postcode
|
|
Scenario: Country is returned
|
|
Given the request parameters
|
|
| accept-language
|
|
| de
|
|
When looking up coordinates 53.9788769,13.0830313
|
|
Then result addresses contain
|
|
| ID | country
|
|
| 0 | Deutschland
|
|
|