From cccefcbff8b2d050b58fa3328ac5376f1268e714 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Fri, 14 Jun 2024 11:24:59 -0400 Subject: [PATCH] Cut unused scenarios from estimate page --- src/router/router-constants/routing-table.js | 24 -------------------- 1 file changed, 24 deletions(-) diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 1e9cad149..94c4217d8 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -224,30 +224,6 @@ const routingTable = function (store) { scenario: navigationScenarios.SELECTED_NO_VIN, destinationFmgPageValue: fmgPageValues.SERVICE_ZIP, }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_QUESTIONS, - destinationFmgPageValue: fmgPageValues.QUOTE, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_PART_QUESTIONS, - destinationFmgPageValue: fmgPageValues.PART_QUESTIONS, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_MULTIPLE_PARTS_TO_CHOOSE, - destinationFmgPageValue: fmgPageValues.VEHICLE_PARTS, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_MOLDING_QUESTIONS, - destinationFmgPageValue: fmgPageValues.MOLDING_QUESTIONS, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_CAPABILITY_QUESTIONS, - destinationFmgPageValue: fmgPageValues.CAPABILITY_QUESTIONS, - }, - { - scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, - destinationFmgPageValue: fmgPageValues.QUOTE, - }, ], }, {