From 5839bf334b8875c941572550d08d9a3fbfbdb2f9 Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Mon, 17 Oct 2016 16:33:43 +0200 Subject: [PATCH] fix random feature fail --- features/testbot/trip.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/testbot/trip.feature b/features/testbot/trip.feature index 0e1a141cf..11f013ca2 100644 --- a/features/testbot/trip.feature +++ b/features/testbot/trip.feature @@ -88,7 +88,7 @@ Feature: Basic trip planning When I plan a trip I should get | waypoints | trips | - | a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p | cbalkjihgfedc,mnop | + | a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p | defghijklabcd,mnop | # Test single node in each component #1850 Scenario: Testbot - Trip planning with less than 10 nodes