2 Feature: Object details
 
   3     Check details page for correctness
 
   5     Scenario Outline: Details via OSM id
 
   6         When sending <format> details query for <object>
 
   7         Then the result is valid <format>
 
  12      | json | N4267356889 |
 
  16     Scenario Outline: Details via unknown OSM id
 
  17         When sending <format> details query for <object>
 
  18         Then a HTTP 400 is returned
 
  25     Scenario: Details with keywords
 
  26         When sending details query for W78099902
 
  29         Then the result is valid json
 
  32     Scenario: Details of a country with keywords
 
  33         When sending details query for R287072
 
  36         Then the result is valid json