SSR-1167
SSR-1167 move insuranceCoverage to own object
This commit is contained in:
parent
f07fa97377
commit
47fa89e2e1
1 changed files with 5 additions and 3 deletions
|
|
@ -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: {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue