From 914729b290f1d29220b4c5452a836900db1b2bec Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 15 Sep 2023 10:36:08 -0400 Subject: [PATCH] the newest textblock uses the word to the right as a scenario --- src/router/router-constants/routing-table.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 0d999da5..11de260a 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -90,6 +90,10 @@ const routingTable = () => [ scenario: navigationScenarios.CLICKED_FORWARD_WITH_NO_MORE_QUESTIONS, destinationIssPageValue: issPageValues.COVERAGE_STATEMENT }, + { + scenario: issPageValues.VEHICLE_LOOKUP, + destinationIssPageValue: issPageValues.VEHICLE_LOOKUP + }, { scenario: navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT, destinationIssPageValue: issPageValues.BAILOUT_PAGE