diff --git a/features/testbot/opposite.feature b/features/testbot/opposite.feature index 9b5df779d..bcc4567d3 100644 --- a/features/testbot/opposite.feature +++ b/features/testbot/opposite.feature @@ -4,8 +4,7 @@ Feature: Separate settings for forward/backward direction Background: Given the profile "testbot" - @smallest - Scenario: Going against the flow + Scenario: Testbot - Going against the flow Given the node map | a | b | c | d | @@ -16,4 +15,4 @@ Feature: Separate settings for forward/backward direction When I route I should get | from | to | route | distance | time | | a | d | abcd | 300 +- 1m | 30s | - | d | a | abcd | 300 +- 1m | 55s | + | d | a | abcd | 300 +- 1m | 55s | \ No newline at end of file