diff --git a/jest.config.js b/jest.config.js index 7b59ea2c1..6c0addf5f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -32,11 +32,7 @@ module.exports = { "!src/layouts/payment-pia-return/*.vue", // Temp test exclusion while in development "!src/layouts/insurance/*.vue", // Temp test exclusion while in development "!src/layouts/insurance-company/*.vue", // Temp test exclusion while in development - "!src/layouts/schedule/**/*.vue", // Temp test exclusion while in development "!src/digital-components/date-picker/**/*.vue", // Temp test exclusion while in development - - "!src/**/*-june-2025.vue", // Exclude these temporary files for CASH-845 project - "!src/layouts/insurance-company/insurance-company-question/*.vue", // Temp test exclusion while in development "!src/experiment-components/*.vue", // END @@ -44,7 +40,7 @@ module.exports = { testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], coverageThreshold: { global: { - statements: 64, + statements: 68, }, }, // Uncomment this to avoid the massive amount of warnings we are getting for onSubmit and onInvalidSubmit diff --git a/public/index.html b/public/index.html index 45f83a20f..ab8f27144 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@
+ diff --git a/src/constants/progress-bar-mapper.js b/src/constants/progress-bar-mapper.js index a57774c21..b21c6c9c7 100644 --- a/src/constants/progress-bar-mapper.js +++ b/src/constants/progress-bar-mapper.js @@ -48,6 +48,10 @@ export const pageProgressMapper = { percent: 30, step: 1, }, + "policy-info": { + percent: 55, + step: 2, + }, quote: { percent: 60, step: 2, diff --git a/src/constants/quote-page-discounts.js b/src/constants/quote-page-discounts.js index ed4439ea4..c7962af53 100644 --- a/src/constants/quote-page-discounts.js +++ b/src/constants/quote-page-discounts.js @@ -173,4 +173,29 @@ export const quotePageDiscountTable = [ packageLevel: packageNames.TIER_THREE, isInsurance: true, }, + // Replace - Curve Tempered + { + name: "Curve Tempered Glass Only", + experimentCode: "Show_GlassOnly_Replace_CT_Discount", + partNumber: "GL CT CSH PKG", + partType: partTypeStrings.QUOTE_PAGE_DISCOUNT, + description: "GLASS CT GEOTARGET DISC", + packageLevel: packageNames.TIER_ONE, + }, + { + name: "Curve Tempered Standard", + experimentCode: "Show_Standard_Replace_CT_Discount", + partNumber: "STD CT CSH PKG", + partType: partTypeStrings.QUOTE_PAGE_DISCOUNT, + description: "STD CT GEOTARGET DISC", + packageLevel: packageNames.TIER_TWO, + }, + { + name: "Curve Tempered Premium", + experimentCode: "Show_Premium_Replace_CT_Discount", + partNumber: "PRM CT CSH PKG", + partType: partTypeStrings.QUOTE_PAGE_DISCOUNT, + description: "PREM CT GEOTARGET DISC", + packageLevel: packageNames.TIER_THREE, + }, ]; diff --git a/src/constants/store-mutations.js b/src/constants/store-mutations.js index 700f527c2..9b4b3719c 100644 --- a/src/constants/store-mutations.js +++ b/src/constants/store-mutations.js @@ -119,6 +119,7 @@ const storeMutations = { UPDATE_EXTERNAL_PARAMETER_SERVICE_PACKAGE: "updateExternalParameterServicePackage", UPDATE_EXTERNAL_PARAMETER_SOURCE: "updateExternalParameterSource", UPDATE_EXTERNAL_PARAMETER_PHONE_NUMBER: "updateExternalParameterPhoneNumber", + UPDATE_EXTERNAL_PARAMETER_QS_STASH: "updateExternalParameterQsStash", //RESET EXTERNAL_PARAMETER MUTATIONS RESET_EXTERNAL_PARAMETER_VEHICLE_STATE: "resetExternalParameterVehicleState", diff --git a/src/digital-components/date-picker/date-picker-june-2025.vue b/src/digital-components/date-picker/date-picker-june-2025.vue deleted file mode 100644 index 9d001a113..000000000 --- a/src/digital-components/date-picker/date-picker-june-2025.vue +++ /dev/null @@ -1,1335 +0,0 @@ - - - - - -