]> git.openstreetmap.org Git - nominatim.git/blob - test/bdd/api/details/simple.feature
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / test / bdd / api / details / simple.feature
1 @APIDB
2 Feature: Object details
3     Check details page for correctness
4
5     Scenario Outline: Details via OSM id
6         When sending details query for <object>
7         Then the result is valid html
8
9     Examples:
10      | object |
11      | 492887 |
12      | N4267356889 |
13      | W230804120 |
14      | R123924 |