add tests for geocodejson and fix syntax errors

This commit is contained in:
Sarah Hoffmann
2018-07-12 22:00:18 +02:00
parent 25baaf530d
commit be58b929f2
5 changed files with 17 additions and 3 deletions

View File

@@ -48,6 +48,10 @@ Feature: Simple Reverse Tests
| param | value |
| <parameter> | <value> |
Then the result is valid geojson
When sending geocodejson reverse coordinates 53.603,10.041
| param | value |
| <parameter> | <value> |
Then the result is valid geocodejson
Examples:
| parameter | value |

View File

@@ -27,6 +27,10 @@ Feature: Simple Tests
| param | value |
| <parameter> | <value> |
Then at least 1 result is returned
When sending geocodejson search query "Hamburg"
| param | value |
| <parameter> | <value> |
Then at least 1 result is returned
Examples:
| parameter | value |