Add missing arrival instruction.
This commit is contained in:
parent
93dd806913
commit
a5de5451f8
@ -17,8 +17,8 @@ Feature: Ways of loading data
|
|||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
| a | b | ab |
|
| a | b | ab,ab |
|
||||||
| b | a | ab |
|
| b | a | ab,ab |
|
||||||
|
|
||||||
Scenario: Load data directly - st
|
Scenario: Load data directly - st
|
||||||
Given data is loaded directly
|
Given data is loaded directly
|
||||||
@ -31,8 +31,8 @@ Feature: Ways of loading data
|
|||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
| s | t | st |
|
| s | t | st,st |
|
||||||
| t | s | st |
|
| t | s | st,st |
|
||||||
|
|
||||||
Scenario: Load data datastore - xy
|
Scenario: Load data datastore - xy
|
||||||
Given data is loaded with datastore
|
Given data is loaded with datastore
|
||||||
@ -45,8 +45,8 @@ Feature: Ways of loading data
|
|||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
| x | y | xy |
|
| x | y | xy,xy |
|
||||||
| y | x | xy |
|
| y | x | xy,xy |
|
||||||
|
|
||||||
Scenario: Load data directly - cd
|
Scenario: Load data directly - cd
|
||||||
Given data is loaded directly
|
Given data is loaded directly
|
||||||
@ -59,5 +59,5 @@ Feature: Ways of loading data
|
|||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
| c | d | cd |
|
| c | d | cd,cd |
|
||||||
| d | c | cd |
|
| d | c | cd,cd |
|
||||||
|
Loading…
Reference in New Issue
Block a user