Merge pull request #430 from Safelite/feature/richardson/SSR-681

bailout-confirmation renamed  to contact-confirmation
This commit is contained in:
brich1212safe 2023-08-30 13:30:34 -04:00 committed by GitHub
commit 03eb31d5b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -5,9 +5,9 @@ const issPageValues = Object.freeze({
ADDRESS_LOOKUP: 'address-lookup',
ADDRESS_VEHICLES: 'address-vehicles',
BAILOUT_CONFIRMATION: 'bailout-confirmation',
BAILOUT_PAGE: 'bailout-page',
CAPABILITY_QUESTIONS: 'capability-questions',
CONTACT_CONFIRMATION: 'contact-confirmation',
CONTACT_DETAILS: 'contact-details',
ESTIMATE: 'estimate',
COVERAGE_STATEMENT: 'coverage-statement',

View file

@ -609,7 +609,7 @@ const routingTable = () => [
},
{
scenario: navigationScenarios.CLICKED_FORWARD,
destinationIssPageValue: issPageValues.BAILOUT_CONFIRMATION
destinationIssPageValue: issPageValues.CONTACT_CONFIRMATION
}
]
}