fixed back button and updated forward action to go to the coverage-statement page

This commit is contained in:
Jason Wheeler 2023-02-07 17:01:17 -05:00
parent 629e0b6812
commit 3153c65ac6
2 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@
ref="siteFooter" ref="siteFooter"
cmsWidgetName="SiteFooterWidget" cmsWidgetName="SiteFooterWidget"
:isForwardActionDisabled="!isMetaValid" :isForwardActionDisabled="!isMetaValid"
@back-clicked="handleBackButtonClicked" @back-clicked="handleBackButtonAction"
@ForwardClicked="handleForwardButtonAction" /> @ForwardClicked="handleForwardButtonAction" />
</div> </div>
</div> </div>

View file

@ -189,7 +189,7 @@ const routingTable = function(store) {
}, },
{ {
scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS,
destinationIssPageValue: issPageValues.QUOTE, destinationIssPageValue: issPageValues.COVERAGE_STATEMENT,
}, },
], ],
}, },
@ -222,7 +222,7 @@ const routingTable = function(store) {
}, },
{ {
scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS,
destinationIssPageValue: issPageValues.QUOTE, destinationIssPageValue: issPageValues.COVERAGE_STATEMENT,
}, },
], ],
}, },
@ -251,7 +251,7 @@ const routingTable = function(store) {
}, },
{ {
scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS,
destinationIssPageValue: issPageValues.QUOTE, destinationIssPageValue: issPageValues.COVERAGE_STATEMENT,
}, },
], ],
}, },
@ -280,7 +280,7 @@ const routingTable = function(store) {
}, },
{ {
scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS,
destinationIssPageValue: issPageValues.QUOTE, destinationIssPageValue: issPageValues.COVERAGE_STATEMENT,
}, },
], ],
}, },
@ -317,7 +317,7 @@ const routingTable = function(store) {
}, },
{ {
scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS,
destinationIssPageValue: issPageValues.QUOTE, destinationIssPageValue: issPageValues.COVERAGE_STATEMENT,
}, },
], ],
}, },