summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-10-02 13:38:28 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-10-02 13:38:28 +0200
commit1cedfc5470966faab4a5e3b57485cd43e779eac2 (patch)
tree294aabff814bd6e5771018ce45dde5aff070b841
parentfc446a9971b58a48c19f1196e9dd24d4ed67db9e (diff)
downloadqutebrowser-1cedfc5470966faab4a5e3b57485cd43e779eac2.tar.gz
qutebrowser-1cedfc5470966faab4a5e3b57485cd43e779eac2.zip
Add test
-rw-r--r--tests/end2end/features/navigate.feature5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/end2end/features/navigate.feature b/tests/end2end/features/navigate.feature
index b40b4d9cc..a65e4f5d1 100644
--- a/tests/end2end/features/navigate.feature
+++ b/tests/end2end/features/navigate.feature
@@ -13,6 +13,11 @@ Feature: Using :navigate
And I run :navigate up
Then data/navigate should be loaded
+ Scenario: Navigating up with a query
+ When I open data/navigate/sub?foo=bar
+ And I run :navigate up
+ Then data/navigate should be loaded
+
Scenario: Navigating up by count
When I open data/navigate/sub/index.html
And I run :navigate up with count 2