]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/details/params.feature
remove tests for HTML output
[nominatim.git] / test / bdd / api / details / params.feature
index a0b990ebc14cd90123fc111f13211f0f326d56f0..fe3c4d0e7bd92efbcd414abd6faaba559e9501f2 100644 (file)
@@ -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 <osmid>
+            | keywords |
+            | 1 |
+        Then the result is valid json
+
+    Examples:
+            | osmid |
+            | W78099902 |
+            | N3121929846 |
+
+