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