avoid fuzzy ferry test
This commit is contained in:
parent
0bfbe5ad16
commit
5ede5577d1
@ -53,8 +53,7 @@ Feature: Bike - Handle ferry routes
|
|||||||
Scenario: Bike - Ferry duration, multiple nodes
|
Scenario: Bike - Ferry duration, multiple nodes
|
||||||
Given the node map
|
Given the node map
|
||||||
"""
|
"""
|
||||||
x y
|
x a b c d y
|
||||||
a b c d
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
@ -65,5 +64,5 @@ Feature: Bike - Handle ferry routes
|
|||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route | time |
|
| from | to | route | time |
|
||||||
| a | d | abcd,abcd | 3600s +-5 |
|
| a | d | abcd,abcd | 3600s |
|
||||||
| d | a | abcd,abcd | 3600s +-5 |
|
| d | a | abcd,abcd | 3600s |
|
||||||
|
Loading…
Reference in New Issue
Block a user