Merge pull request #1180 from Safelite/CSR-1362-tech-review-changes

CSR-1362 tech review updates
This commit is contained in:
Mark Harris 2023-06-23 16:50:12 -04:00 committed by GitHub
commit aa1ee0b3ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
}, },
], ],