end2end testcase for issue #844
This commit is contained in:
parent
04148ed1c6
commit
4e93e04468
14
tests/end2end/data/navigate/multilinelinks.html
Normal file
14
tests/end2end/data/navigate/multilinelinks.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Navigate multiline links</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Test page</p>
|
||||||
|
<a href="/data/navigate/prev.html">previous</a>
|
||||||
|
<a href="/data/numbers/5.txt">mid</a>
|
||||||
|
<a href="/data/navigate/next.html">next</a>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -65,3 +65,8 @@ Feature: Using :navigate
|
|||||||
And I open data/numbers/1.txt
|
And I open data/numbers/1.txt
|
||||||
And I run :navigate increment
|
And I run :navigate increment
|
||||||
Then the error "No number found in URL!" should be shown
|
Then the error "No number found in URL!" should be shown
|
||||||
|
|
||||||
|
Scenario: navigate matching for multiline links
|
||||||
|
when I open /data/navigate/multilinelinks.html
|
||||||
|
And I run ]]
|
||||||
|
Then /data/numbers/5.txt should be loaded
|
||||||
|
Loading…
Reference in New Issue
Block a user