add tests for different scripts

This commit is contained in:
Sarah Hoffmann
2021-04-26 23:01:06 +02:00
parent a21a0864f1
commit 1fd483643b
2 changed files with 28 additions and 1 deletions

View File

@@ -37,3 +37,24 @@ Feature: Import and search of names
Then placex contains
| object | country_code | name | name+name:fi | name+name:de |
| N1 | de | german | finnish | local |
Scenario Outline: Names in any script can be found
Given the places
| osm | class | type | name |
| N1 | place | hamlet | <name> |
When importing
And sending search query "<name>"
Then results contain
| osm |
| N1 |
Examples:
| name |
| Berlin |
| |
| Вологда |
| Αθήνα |
| القاهرة |
| |
| |
| |