]> git.openstreetmap.org Git - nominatim.git/blob - tests/features/api/details.feature
fd0b0e019390417b3e4e788798906bbcedaf3aed
[nominatim.git] / tests / features / api / details.feature
1 Feature: Object details
2     Check details page for correctness
3
4     Scenario Outline: Details via OSM id
5         When looking up details for <object>
6         Then the result is valid
7
8     Examples:
9      | object
10      | 1758375
11      | N158845944
12      | W72493656
13      | R62422
14