added managed flow to no comp progressive

This commit is contained in:
maguire-arman 2025-07-09 10:51:55 -04:00
parent dd7d0221aa
commit 6c0947ad32

View file

@ -1,6 +1,6 @@
//Imports here
import { ITestData } from 'framework/TestData'
import { ServiceLocation, DamageType, PaymentType, PartQuestionType } from 'safelite-playwright-core';
import { ServiceLocation, DamageType, PaymentType, PartQuestionType, Flow } from 'safelite-playwright-core';
import { ITestCase } from '../framework/Typedefs'
import { PaymentMethod } from "framework/localTypes/Enums";
import { VehicleLookupType } from 'safelite-playwright-core';
@ -18,6 +18,7 @@ const insuranceNoCompProgressiveData: Partial<ITestData> = {
// Insurance claim flags
isDuplicateClaim: true,
flow: Flow.Managed,
isPolicyFound: true,
isUseVehicleOnPolicy: true,
isHeavyTruck: false,