start updating testbot fixtures (TODO: the rest)
This commit is contained in:
committed by
Patrick Niklaus
parent
2e6e3bf0b0
commit
d1e2aa57a8
@@ -28,13 +28,13 @@ Feature: Alternative route
|
||||
| alternatives | true |
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | alternative |
|
||||
| a | z | ab,bc,cd,dz | ag,gh,hi,ij,jz |
|
||||
| from | to | route | alternative |
|
||||
| a | z | ab,bc,cd,dz,dz | ag,gh,hi,ij,jz,jz |
|
||||
|
||||
Scenario: Disabled alternative
|
||||
Given the query options
|
||||
| alternatives | false |
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | alternative |
|
||||
| a | z | ab,bc,cd,dz | |
|
||||
| from | to | route | alternative |
|
||||
| a | z | ab,bc,cd,dz,dz | |
|
||||
|
||||
Reference in New Issue
Block a user