Merge branch 'end2endTest4@844' of https://github.com/nanjekyejoannah/qutebrowser into nanjekyejoannah-end2endTest4@844
This commit is contained in:
commit
466a87af6a
11
tests/end2end/data/navigate/multilinelinks.html
Normal file
11
tests/end2end/data/navigate/multilinelinks.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user