Merge branch 'nanjekyejoannah-end2endTest4@844'

This commit is contained in:
Florian Bruhin 2016-08-04 18:22:09 +02:00
commit 57ed5ae876
3 changed files with 17 additions and 1 deletions

View File

@ -173,12 +173,12 @@ Contributors, sorted by the number of commits in descending order:
* John ShaggyTwoDope Jenkins
* Peter Vilim
* Clayton Craft
* nanjekyejoannah
* Oliver Caldwell
* Jonas Schürmann
* error800
* Liam BEGUIN
* skinnay
* nanjekyejoannah
* Zach-Button
* Tomasz Kramkowski
* Ismail S

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