X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2613ebfa0143cdd1e3220577d48d9aa8341dbf38..054ea58df11dc3f82563b44d9e1f3a46198b1de7:/test/bdd/api/details/params.feature diff --git a/test/bdd/api/details/params.feature b/test/bdd/api/details/params.feature index a0b990eb..3c9286ed 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 html details query for + | keywords | + | 1 | + Then the result is valid html + + Examples: + | osmid | + | W78099902 | + | N3121929846 | + +