Add tests for query increment

This commit is contained in:
Jay Kamat 2018-11-03 11:01:50 -07:00
parent 8c7c686d3f
commit 4e1d63ee5f
No known key found for this signature in database
GPG Key ID: 5D2E399600F4F7B5

View File

@ -125,6 +125,12 @@ Feature: Using :navigate
And I run :navigate increment
Then the error "No number found in URL!" should be shown
Scenario: Incrementing query
When I set url.incdec_segments to ["query"]
And I open data/numbers/1.txt?value=2
And I run :navigate increment
Then data/numbers/1.txt?value=3 should be loaded
@qtwebengine_todo: Doesn't find any elements
Scenario: Navigating multiline links
When I open data/navigate/multilinelinks.html