test
This commit is contained in:
Carl Nation 2026-07-24 17:04:23 -04:00
parent f21f21e68d
commit 0a777012d8

View file

@ -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,
};