diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 535053e57..fb1c73f98 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -5,6 +5,7 @@ import { storeActions } from "@/constants/store-actions"; import { experimentTriggers } from "@/constants/experiments"; import { fmgPageValues } from "@/router/router-constants/fmgPage-values"; import { AppointmentTypeStrings } from "@/constants/schedule-constants"; +import { coverageStatus } from "../constants/insurance"; // Mock global method globalMethods.callHttpClient = jest.fn(); @@ -234,12 +235,13 @@ describe("Mutations", () => { glassParts: null, }, payment: { - insuranceCoverage: { - isVerified: false, - }, isInsurance: false, parentAccountNumber: "123456789", }, + insuranceCoverage: { + isVerified: false, + coverageStatus: "Pending", + }, parts: [], insuranceInfo: {}, serviceLocation: {},