Skip to content

Commit

Permalink
test(autocomplete_focus): add test case for Vars, France pelias/api#1568
Browse files Browse the repository at this point in the history
  • Loading branch information
Joxit committed Oct 22, 2021
1 parent 434b884 commit fc2a64c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test_cases/autocomplete_focus.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,30 @@
}
]
}
},
{
"id": 31,
"status": "fail",
"user": "joxit",
"description": [ "find Vars city in France from Vosges department" ],
"issue": "https://github.com/pelias/pelias/issues/165",
"in": {
"focus.point.lat": 48.036619,
"focus.point.lon": 6.5802992,
"text": "vars",
"lang": "fr"
},
"expected": {
"priorityThresh": 1,
"properties": [
{
"name": "Vars",
"localadmin": "Vars",
"region": "Haute-Saône",
"country": "France"
}
]
}
}
]
}

0 comments on commit fc2a64c

Please sign in to comment.