X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/31c7f255414134ff63d78306763bd3937ccc325c..2db751700e6b1872fd9f65fa725b59d00ee993c2:/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 | + +