mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 10:43:02 +03:00
fix viewbox parameters in tests
This commit is contained in:
parent
e69115fd8f
commit
aa7c8b6b5b
@ -178,7 +178,7 @@ Feature: API regression tests
|
||||
Scenario: trac #5238
|
||||
Given the request parameters
|
||||
| bounded | viewbox
|
||||
| 1 | 0,0,-1,-1
|
||||
| 1 | -1,0,0,-1
|
||||
When sending json search query "sy"
|
||||
Then exactly 0 results are returned
|
||||
|
||||
|
@ -90,7 +90,7 @@ Feature: Search queries
|
||||
Scenario: bounded search remains within viewbox, even with no results
|
||||
Given the request parameters
|
||||
| bounded | viewbox
|
||||
| 1 | 43.54285,-5.662003,43.5403125,-5.6563282
|
||||
| 1 | 43.5403125,-5.6563282,43.54285,-5.662003
|
||||
When sending json search query "restaurant"
|
||||
Then less than 1 result is returned
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user