add bailout routing
This commit is contained in:
parent
fde1e3c6a5
commit
85c29e04be
1 changed files with 4 additions and 0 deletions
|
|
@ -442,6 +442,10 @@ const routingTable = function (store) {
|
|||
scenario: navigationScenarios.CLICKED_FORWARD_WITH_TPA_DISABLED,
|
||||
destinationIssPageValue: issPageValues.BAILOUT_PAGE
|
||||
},
|
||||
{
|
||||
scenario: navigationScenarios.CLICKED_FORWARD_WITH_INVALID_STATE,
|
||||
destinationIssPageValue: issPageValues.BAILOUT_PAGE
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue