X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/31c7f255414134ff63d78306763bd3937ccc325c..7295cad71555b8890979eaaee06c77d49a927f54:/test/bdd/api/details/params.feature diff --git a/test/bdd/api/details/params.feature b/test/bdd/api/details/params.feature index a0b990eb..fe3c4d0e 100644 --- a/test/bdd/api/details/params.feature +++ b/test/bdd/api/details/params.feature @@ -41,3 +41,16 @@ Feature: Object details | linkedplaces | | 1 | Then the result is valid json + + Scenario Outline: HTML Details with keywords + When sending json details query for + | keywords | + | 1 | + Then the result is valid json + + Examples: + | osmid | + | W78099902 | + | N3121929846 | + +