added managed flow to no comp progressive
This commit is contained in:
parent
dd7d0221aa
commit
6c0947ad32
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue