test
test
This commit is contained in:
parent
f21f21e68d
commit
0a777012d8
1 changed files with 2 additions and 2 deletions
|
|
@ -87,12 +87,12 @@ describe("policy-info.vue", () => {
|
|||
expect(wrapper.vm.displayClaimNumber).toBe(true);
|
||||
});
|
||||
|
||||
test("is false when only unrelated flags (e.g. otherResponsibleParty, thirdPartyVehicle, injuries) are checked", async () => {
|
||||
test("is false when only unrelated flags (e.g. thirdPartyVehicle, injuries) are checked", async () => {
|
||||
const { wrapper } = setupMocks();
|
||||
wrapper.vm.morePolicyQuestions = {
|
||||
additionalDamage: false,
|
||||
rental: false,
|
||||
otherResponsibleParty: true,
|
||||
otherResponsibleParty: false,
|
||||
thirdPartyVehicle: true,
|
||||
injuries: true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue