Merge branch 'nanjekyejoannah-end2endTest4@844'
This commit is contained in:
commit
57ed5ae876
@ -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
|
||||
|
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