]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/details/params.feature
Merge pull request #1532 from eyusupov/use-extradir
[nominatim.git] / test / bdd / api / details / params.feature
index a0b990ebc14cd90123fc111f13211f0f326d56f0..3c9286ed285acedc3c2c847a04db89a0662889bf 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 html details query for <osmid>
+            | keywords |
+            | 1 |
+        Then the result is valid html
+
+    Examples:
+            | osmid |
+            | W78099902 |
+            | N3121929846 |
+
+