Removing comments
This commit is contained in:
parent
5dad6077ce
commit
ad4d360fd3
1 changed files with 1 additions and 8 deletions
|
|
@ -377,7 +377,6 @@ const routingTable = () => [
|
||||||
scenario: navigationScenarios.CLICKED_BACK,
|
scenario: navigationScenarios.CLICKED_BACK,
|
||||||
destinationIssPageValue: issPageValues.WELCOME_PAGE
|
destinationIssPageValue: issPageValues.WELCOME_PAGE
|
||||||
},
|
},
|
||||||
// TODO confirm all listed scenarios work
|
|
||||||
{
|
{
|
||||||
scenario: navigationScenarios.CLICKED_FORWARD_POLICY_UNVERIFIED,
|
scenario: navigationScenarios.CLICKED_FORWARD_POLICY_UNVERIFIED,
|
||||||
destinationIssPageValue: issPageValues.POLICY_HOLDER_DETAILS
|
destinationIssPageValue: issPageValues.POLICY_HOLDER_DETAILS
|
||||||
|
|
@ -389,13 +388,7 @@ const routingTable = () => [
|
||||||
{
|
{
|
||||||
scenario: navigationScenarios.CLICKED_FORWARD_POLICY_VERIFIED_WITH_VEHICLES,
|
scenario: navigationScenarios.CLICKED_FORWARD_POLICY_VERIFIED_WITH_VEHICLES,
|
||||||
destinationIssPageValue: issPageValues.POLICY_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
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue