Add tests for query increment
This commit is contained in:
parent
8c7c686d3f
commit
4e1d63ee5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user