X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/89c576fbe16e90ce20766f61d07fc7576186ce2e..HEAD:/test/bdd/api/details/simple.feature diff --git a/test/bdd/api/details/simple.feature b/test/bdd/api/details/simple.feature deleted file mode 100644 index 8971c5c2..00000000 --- a/test/bdd/api/details/simple.feature +++ /dev/null @@ -1,20 +0,0 @@ -@APIDB -Feature: Object details - Check details page for correctness - - Scenario Outline: Details via OSM id - When sending details query for - Then the result is valid html - - Examples: - | object | - | 492887 | - | N4267356889 | - | W230804120 | - | R123924 | - - Scenario: Details with keywords - When sending details query for W78099902 - | keywords | - | 1 | - Then the result is valid html