end2end testcase for issue #844

This commit is contained in:
nanjekyejoannah 2016-08-03 18:55:33 +03:00
parent 04148ed1c6
commit 4e93e04468
2 changed files with 19 additions and 0 deletions

View 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>

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: navigate matching for multiline links
when I open /data/navigate/multilinelinks.html
And I run ]]
Then /data/numbers/5.txt should be loaded