Update alternatives flag
This commit is contained in:
parent
6a65261765
commit
a33edd15b4
@ -25,7 +25,7 @@ Feature: Alternative route
|
|||||||
|
|
||||||
Scenario: Enabled alternative
|
Scenario: Enabled alternative
|
||||||
Given the query options
|
Given the query options
|
||||||
| alt | true |
|
| alternatives | true |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route | alternative |
|
| from | to | route | alternative |
|
||||||
@ -33,7 +33,7 @@ Feature: Alternative route
|
|||||||
|
|
||||||
Scenario: Disabled alternative
|
Scenario: Disabled alternative
|
||||||
Given the query options
|
Given the query options
|
||||||
| alt | false |
|
| alternatives | false |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route | alternative |
|
| from | to | route | alternative |
|
||||||
|
Loading…
Reference in New Issue
Block a user