Removing comments

This commit is contained in:
brydon1 2023-09-14 16:25:37 -04:00
parent 5dad6077ce
commit ad4d360fd3

View file

@ -377,7 +377,6 @@ const routingTable = () => [
scenario: navigationScenarios.CLICKED_BACK,
destinationIssPageValue: issPageValues.WELCOME_PAGE
},
// TODO confirm all listed scenarios work
{
scenario: navigationScenarios.CLICKED_FORWARD_POLICY_UNVERIFIED,
destinationIssPageValue: issPageValues.POLICY_HOLDER_DETAILS
@ -389,13 +388,7 @@ const routingTable = () => [
{
scenario: navigationScenarios.CLICKED_FORWARD_POLICY_VERIFIED_WITH_VEHICLES,
destinationIssPageValue: issPageValues.POLICY_VEHICLES
},
// if previous claim selected
// unverified => policyholder details
// verified => policy-vehicle page
// new claim
// lookup fails => policyholder details
// lookup succeeds => policy-vehicle page
}
]
},
{