diff --git a/src/layouts/bailout-confirmation/bailout-confirmation.vue b/src/layouts/contact-confirmation/contact-confirmation.vue similarity index 100% rename from src/layouts/bailout-confirmation/bailout-confirmation.vue rename to src/layouts/contact-confirmation/contact-confirmation.vue diff --git a/src/router/router-constants/issPage-values.js b/src/router/router-constants/issPage-values.js index 68ad4a08..d79f748f 100644 --- a/src/router/router-constants/issPage-values.js +++ b/src/router/router-constants/issPage-values.js @@ -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', diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 7830bac3..c3fbe633 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -609,7 +609,7 @@ const routingTable = () => [ }, { scenario: navigationScenarios.CLICKED_FORWARD, - destinationIssPageValue: issPageValues.BAILOUT_CONFIRMATION + destinationIssPageValue: issPageValues.CONTACT_CONFIRMATION } ] }