diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-04-25 19:03:20 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-04-25 19:03:20 +0200 |
commit | d6c72c5821967451a980628c6b120f76dcecb67f (patch) | |
tree | 998f1405a3797400d627e55fd4177eca034c72e9 /tests/integration | |
parent | 6349c00c72edf8e2a85268f1a44d34658c066465 (diff) | |
parent | 22ad416f352065a4ab58bd2c9dc3988877feedc9 (diff) | |
download | qutebrowser-d6c72c5821967451a980628c6b120f76dcecb67f.tar.gz qutebrowser-d6c72c5821967451a980628c6b120f76dcecb67f.zip |
Merge branch 'develop' of https://github.com/kanikaa1234/qutebrowser into kanikaa1234-develop
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/features/navigate.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/integration/features/navigate.feature b/tests/integration/features/navigate.feature index e5fd20d52..b356e399c 100644 --- a/tests/integration/features/navigate.feature +++ b/tests/integration/features/navigate.feature @@ -38,6 +38,11 @@ Feature: Using :navigate And I run :navigate next Then the error "No forward links found!" should be shown + Scenario: Navigating to next page to a fragment + When I open data/navigate#fragment + And I run :navigate next + Then data/navigate/next.html should be loaded + # increment/decrement Scenario: Incrementing number in URL |