Merge pull request #1180 from Safelite/CSR-1362-tech-review-changes
CSR-1362 tech review updates
This commit is contained in:
commit
aa1ee0b3ec
1 changed files with 2 additions and 2 deletions
|
|
@ -421,7 +421,7 @@ const routingTable = function (store) {
|
|||
destinationFmgPageValue: fmgPageValues.QUOTE,
|
||||
},
|
||||
{
|
||||
scenario: navigationScenarios.SELECTED_LOCATION,
|
||||
scenario: navigationScenarios.CLICKED_FORWARD,
|
||||
destinationFmgPageValue: fmgPageValues.SCHEDULE,
|
||||
},
|
||||
],
|
||||
|
|
@ -434,7 +434,7 @@ const routingTable = function (store) {
|
|||
destinationFmgPageValue: fmgPageValues.SERVICE_LOCATION,
|
||||
},
|
||||
{
|
||||
scenario: navigationScenarios.CLICKED_FORWARD_WITH_CUSTOMER_DETAILS,
|
||||
scenario: navigationScenarios.CLICKED_FORWARD,
|
||||
destinationFmgPageValue: fmgPageValues.CUSTOMER_DETAILS,
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue