CSR-1362 tech review updates

This commit is contained in:
Bryan Mauger 2023-06-23 15:46:16 -04:00
parent 1f3cc867a0
commit 0dca8172ca

View file

@ -421,7 +421,7 @@ const routingTable = function (store) {
destinationFmgPageValue: fmgPageValues.QUOTE, destinationFmgPageValue: fmgPageValues.QUOTE,
}, },
{ {
scenario: navigationScenarios.SELECTED_LOCATION, scenario: navigationScenarios.CLICKED_FORWARD,
destinationFmgPageValue: fmgPageValues.SCHEDULE, destinationFmgPageValue: fmgPageValues.SCHEDULE,
}, },
], ],
@ -434,7 +434,7 @@ const routingTable = function (store) {
destinationFmgPageValue: fmgPageValues.SERVICE_LOCATION, destinationFmgPageValue: fmgPageValues.SERVICE_LOCATION,
}, },
{ {
scenario: navigationScenarios.CLICKED_FORWARD_WITH_CUSTOMER_DETAILS, scenario: navigationScenarios.CLICKED_FORWARD,
destinationFmgPageValue: fmgPageValues.CUSTOMER_DETAILS, destinationFmgPageValue: fmgPageValues.CUSTOMER_DETAILS,
}, },
], ],