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]);