28 lines
772 B
Text
28 lines
772 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`coverageStatement.vue-working returns the initial data 1`] = `
|
|
Object {
|
|
"baseServiceLineItems": Array [],
|
|
"deductibleText": "Your deductible is",
|
|
"isNoComp": false,
|
|
"isRepair": true,
|
|
"loadingText": Array [
|
|
"Connecting to your insurance company",
|
|
"Nearly there",
|
|
"Finishing up",
|
|
],
|
|
"policyLookupSuccessful": true,
|
|
"rules": Object {
|
|
"selectionRequired": "option-required",
|
|
},
|
|
"selectedProvider": "",
|
|
"supportingItems": null,
|
|
"widget": Object {
|
|
"explanatoryText": "ExplanatoryTextWidget",
|
|
"nextStep": "NextStepsWidget",
|
|
"serviceProviderQuestion": "ServiceProviderQuestion",
|
|
"subheader": "SiteSubHeaderWidget",
|
|
"verifiedItacAlert": "VerifiedITACAlert",
|
|
},
|
|
}
|
|
`;
|