diff --git a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue index 9cc05c4c5..225d97e29 100644 --- a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue +++ b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue @@ -114,7 +114,7 @@ export default { this.modelValue.mobileFeePart.sellingPrice + this.modelValue.mobileFeePart.kitPrice ); - }, + }, modalFooterText() { return this.getCmsContent(this.modalWidgetName, "FooterText"); }, diff --git a/src/layouts/service-location/service-location.spec.js b/src/layouts/service-location/service-location.spec.js index 0554f4952..8f4572c95 100644 --- a/src/layouts/service-location/service-location.spec.js +++ b/src/layouts/service-location/service-location.spec.js @@ -274,7 +274,7 @@ describe("service-location.vue", () => { zipCode: "61606", }, isVehicleProtected: null, - mobileFeePart: null + mobileFeePart: null, }; const serviceZipCodeComponent = wrapper.findComponent({ @@ -371,14 +371,13 @@ describe("service-location.vue", () => { state: "IL", isServiceable: true, }; - + const newServiceZipCodeInfo = { state: "OH", zipCode: "43081", isServiceable: true, }; - // Act mobileLocationComponent.vm.$emit("update:modelValue", newMobileLocationQuestions);