unit test fix
This commit is contained in:
parent
2a8317ac33
commit
86d32b2273
1 changed files with 1 additions and 5 deletions
|
|
@ -1813,17 +1813,13 @@ describe('cart-dropdown component', () => {
|
||||||
isNoComp: false,
|
isNoComp: false,
|
||||||
policyLookupSuccessful: true
|
policyLookupSuccessful: true
|
||||||
},
|
},
|
||||||
<<<<<<< HEAD
|
|
||||||
currentDeductible: 321,
|
currentDeductible: 321,
|
||||||
policyLookupSuccessful: true,
|
policyLookupSuccessful: true,
|
||||||
payment: {
|
payment: {
|
||||||
insuranceCoverage: {
|
insuranceCoverage: {
|
||||||
coverageStatus: coverageStatuses.VERIFIED
|
coverageStatus: coverageStatuses.VERIFIED
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
=======
|
|
||||||
currentDeductible: 321
|
|
||||||
>>>>>>> develop
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const { wrapper } = getMountedComponent(storeData);
|
const { wrapper } = getMountedComponent(storeData);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue