X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/5d656891ba072d88b8b281d239d0dce9f7bd6a1c..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 906c4ce5..00000000 --- a/test/bdd/api/details/simple.feature +++ /dev/null @@ -1,37 +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 - - Examples: - | format | object | - | json | 107077 | - | json | N5484325405 | - | json | W43327921 | - | json | R123924 | - - Scenario Outline: Details via unknown OSM id - When sending details query for - Then a HTTP 400 is returned - - Examples: - | format | object | - | json | 1 | - | json | R1 | - - Scenario: Details with keywords - When sending details query for W43327921 - | keywords | - | 1 | - Then the result is valid json - - # ticket #1343 - Scenario: Details of a country with keywords - When sending details query for R1155955 - | keywords | - | 1 | - Then the result is valid json -