From c209e31ce172c71041e96956b5e03e42eedfe2dc Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Mon, 4 Apr 2016 14:19:02 +0200 Subject: [PATCH] Fix tests for --- features/support/shared_steps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/shared_steps.js b/features/support/shared_steps.js index 5751492c5..dc0275de5 100644 --- a/features/support/shared_steps.js +++ b/features/support/shared_steps.js @@ -35,7 +35,7 @@ module.exports = function () { var json = JSON.parse(body); - var hasRoute = json.code === 'ok'; + var hasRoute = json.code === 'Ok'; if (hasRoute) { instructions = this.wayList(json.routes[0]);