Merge branch 'end2endTest4@844' of https://github.com/nanjekyejoannah/qutebrowser into nanjekyejoannah-end2endTest4@844

This commit is contained in:
Florian Bruhin 2016-08-04 18:21:43 +02:00
commit 466a87af6a
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Navigate Multipline link</title>
</head>
<body>
<a href="/data/numbers/5.txt">next<br/>page</a>
</body>
</html>

View File

@ -65,3 +65,8 @@ Feature: Using :navigate
And I open data/numbers/1.txt
And I run :navigate increment
Then the error "No number found in URL!" should be shown
Scenario: Navigating multiline links
When I open data/navigate/multilinelinks.html
And I run :navigate next
Then data/numbers/5.txt should be loaded