add test for moreURL issue and debugging of test query contents

This commit is contained in:
Sarah Hoffmann
2017-01-01 17:58:21 +01:00
parent 65500927c2
commit d18bd14045
2 changed files with 16 additions and 2 deletions

View File

@@ -219,3 +219,10 @@ Feature: Simple Tests
When sending json search query "-21.0,-33.0"
Then exactly 0 results are returned
Scenario: Country code selection is retained in more URL (#596)
When sending xml search query "Vaduz"
| countrycodes |
| pl,1,,invalid,undefined,%3Cb%3E,bo,, |
Then result header contains
| attr | value |
| more_url | .*&countrycodes=pl,bo&.* |