Merge pull request #2789 from Safelite/feature/bugfix/CASH-1417

Feature/bugfix/cash-1417
This commit is contained in:
AdamCaouetteSafelite 2025-08-22 09:44:45 -04:00 committed by GitHub
commit fdd9114ed9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,31 +1,31 @@
export const pageProgressMapper = { export const pageProgressMapper = {
//Combine progress bar slide percent and button steps //Combine progress bar slide percent and button steps
vehicle: { vehicle: {
percent: 8, percent: 5,
step: 1, step: 1,
}, },
"vehicle-damage": { "vehicle-damage": {
percent: 11, percent: 9,
step: 1, step: 1,
}, },
estimate: { estimate: {
percent: 18, percent: 12,
step: 1, step: 1,
}, },
"service-zip": { "service-zip": {
percent: 22, percent: 20,
step: 1, step: 1,
}, },
"vin-lookup": { "vin-lookup": {
percent: 22, percent: 15,
step: 1, step: 1,
}, },
"license-plate-lookup": { "license-plate-lookup": {
percent: 22, percent: 20,
step: 1, step: 1,
}, },
"address-lookup": { "address-lookup": {
percent: 22, percent: 20,
step: 1, step: 1,
}, },
"address-vehicles": { "address-vehicles": {
@ -33,15 +33,15 @@ export const pageProgressMapper = {
step: 1, step: 1,
}, },
"part-questions": { "part-questions": {
percent: 30, percent: 15,
step: 1, step: 1,
}, },
"molding-questions": { "molding-questions": {
percent: 30, percent: 26,
step: 1, step: 1,
}, },
"vehicle-parts": { "vehicle-parts": {
percent: 30, percent: 20,
step: 1, step: 1,
}, },
"capability-questions": { "capability-questions": {
@ -53,7 +53,7 @@ export const pageProgressMapper = {
step: 2, step: 2,
}, },
"insurance-company": { "insurance-company": {
percent: 52, percent: 60,
step: 2, step: 2,
}, },
"service-location": { "service-location": {
@ -69,11 +69,11 @@ export const pageProgressMapper = {
step: 3, step: 3,
}, },
"customer-details": { "customer-details": {
percent: 84, percent: 85,
step: 3, step: 3,
}, },
"payment-method": { "payment-method": {
percent: 97, percent: 98.5,
step: 4, step: 4,
}, },
payment: { payment: {