formatting
This commit is contained in:
parent
81e71a007c
commit
3c73f54c74
2 changed files with 3 additions and 4 deletions
|
|
@ -114,7 +114,7 @@ export default {
|
||||||
this.modelValue.mobileFeePart.sellingPrice +
|
this.modelValue.mobileFeePart.sellingPrice +
|
||||||
this.modelValue.mobileFeePart.kitPrice
|
this.modelValue.mobileFeePart.kitPrice
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
modalFooterText() {
|
modalFooterText() {
|
||||||
return this.getCmsContent(this.modalWidgetName, "FooterText");
|
return this.getCmsContent(this.modalWidgetName, "FooterText");
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -274,7 +274,7 @@ describe("service-location.vue", () => {
|
||||||
zipCode: "61606",
|
zipCode: "61606",
|
||||||
},
|
},
|
||||||
isVehicleProtected: null,
|
isVehicleProtected: null,
|
||||||
mobileFeePart: null
|
mobileFeePart: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
const serviceZipCodeComponent = wrapper.findComponent({
|
const serviceZipCodeComponent = wrapper.findComponent({
|
||||||
|
|
@ -371,14 +371,13 @@ describe("service-location.vue", () => {
|
||||||
state: "IL",
|
state: "IL",
|
||||||
isServiceable: true,
|
isServiceable: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
const newServiceZipCodeInfo = {
|
const newServiceZipCodeInfo = {
|
||||||
state: "OH",
|
state: "OH",
|
||||||
zipCode: "43081",
|
zipCode: "43081",
|
||||||
isServiceable: true,
|
isServiceable: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Act
|
// Act
|
||||||
mobileLocationComponent.vm.$emit("update:modelValue", newMobileLocationQuestions);
|
mobileLocationComponent.vm.$emit("update:modelValue", newMobileLocationQuestions);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue