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
|
* John ShaggyTwoDope Jenkins
|
||||||
* Peter Vilim
|
* Peter Vilim
|
||||||
* Clayton Craft
|
* Clayton Craft
|
||||||
|
* nanjekyejoannah
|
||||||
* Oliver Caldwell
|
* Oliver Caldwell
|
||||||
* Jonas Schürmann
|
* Jonas Schürmann
|
||||||
* error800
|
* error800
|
||||||
* Liam BEGUIN
|
* Liam BEGUIN
|
||||||
* skinnay
|
* skinnay
|
||||||
* nanjekyejoannah
|
|
||||||
* Zach-Button
|
* Zach-Button
|
||||||
* Tomasz Kramkowski
|
* Tomasz Kramkowski
|
||||||
* Ismail S
|
* 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 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: 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