Add regression test
This commit is contained in:
parent
9d12de9bce
commit
42942bb1e0
@ -82,5 +82,20 @@ Feature: Basic trip planning
|
||||
| waypoints | trips |
|
||||
| a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p | cbalkjihgfedc,ponm |
|
||||
|
||||
# Test single node in each component #1850
|
||||
Scenario: Testbot - Trip planning with less than 10 nodes
|
||||
Given the node map
|
||||
| a | 1 | b |
|
||||
| | | |
|
||||
| c | 2 | d |
|
||||
|
||||
And the ways
|
||||
| nodes |
|
||||
| ab |
|
||||
| cd |
|
||||
|
||||
When I plan a trip I should get
|
||||
| waypoints | trips |
|
||||
| 1,2 | |
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user