modify turn angles and instructions
This commit is contained in:
@@ -21,13 +21,13 @@ Feature: POST request
|
||||
| bc |
|
||||
| xy |
|
||||
| yz |
|
||||
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | turns |
|
||||
| a | c | ab,bc | head,left,destination |
|
||||
| c | a | bc,ab | head,right,destination |
|
||||
| x | z | xy,yz | head,right,destination |
|
||||
| z | x | yz,xy | head,left,destination |
|
||||
| from | to | route | turns |
|
||||
| a | c | ab,bc | head,straight,destination |
|
||||
| c | a | bc,ab | head,straight,destination |
|
||||
| x | z | xy,yz | head,straight,destination |
|
||||
| z | x | yz,xy | head,straight,destination |
|
||||
|
||||
Scenario: Testbot - match POST request
|
||||
Given a grid size of 10 meters
|
||||
|
||||
Reference in New Issue
Block a user