From 49db6154b7d2065c9ab29010f5a0dc860b7b5ab6 Mon Sep 17 00:00:00 2001 From: Kroell Date: Mon, 16 Jan 2023 13:54:38 -0500 Subject: [PATCH] updates to routing table --- src/router/router-constants/routing-table.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 6005d1f2..0f94346f 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -111,8 +111,12 @@ const routingTable = function(store) { destinationIssPageValue: issPageValues.VEHICLE_LOOKUP, }, { - scenario: navigationScenarios.CLICKED_FORWARD, + scenario: navigationScenarios.SELECTED_VIN_WITH_MISMATCHED_GLASS, destinationIssPageValue: issPageValues.VEHICLE_DAMAGE, + }, + { + scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, + destinationIssPageValue: issPageValues.COVERAGE_STATEMENT, }, ], },