1 Feature: Localization of reverse search results
 
   3     Scenario: Reverse - default language
 
   4         When sending v1/reverse with format jsonv2
 
   7         Then a HTTP 200 is returned
 
   8         And the result is valid json
 
   9         And the result contains
 
  13     Scenario: Reverse - accept-language parameter
 
  14         When sending v1/reverse with format jsonv2
 
  15           | lat   | lon  | accept-language |
 
  16           | 47.14 | 9.55 | ja,en |
 
  17         Then a HTTP 200 is returned
 
  18         And the result is valid json
 
  19         And the result contains
 
  23     Scenario: Reverse - HTTP accept language header
 
  26           | fo-ca,fo;q=0.8,en-ca;q=0.5,en;q=0.3 |
 
  27         When sending v1/reverse with format jsonv2
 
  30         Then a HTTP 200 is returned
 
  31         And the result is valid json
 
  32         And the result contains
 
  36     Scenario: Reverse - accept-language parameter and HTTP header
 
  39           | fo-ca,fo;q=0.8,en-ca;q=0.5,en;q=0.3 |
 
  40         When sending v1/reverse with format jsonv2
 
  41           | lat   | lon  | accept-language |
 
  43         Then a HTTP 200 is returned
 
  44         And the result is valid json
 
  45         And the result contains