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
|
//Imports here
|
||||||
import { ITestData } from 'framework/TestData'
|
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 { ITestCase } from '../framework/Typedefs'
|
||||||
import { PaymentMethod } from "framework/localTypes/Enums";
|
import { PaymentMethod } from "framework/localTypes/Enums";
|
||||||
import { VehicleLookupType } from 'safelite-playwright-core';
|
import { VehicleLookupType } from 'safelite-playwright-core';
|
||||||
|
|
@ -18,6 +18,7 @@ const insuranceNoCompProgressiveData: Partial<ITestData> = {
|
||||||
|
|
||||||
// Insurance claim flags
|
// Insurance claim flags
|
||||||
isDuplicateClaim: true,
|
isDuplicateClaim: true,
|
||||||
|
flow: Flow.Managed,
|
||||||
isPolicyFound: true,
|
isPolicyFound: true,
|
||||||
isUseVehicleOnPolicy: true,
|
isUseVehicleOnPolicy: true,
|
||||||
isHeavyTruck: false,
|
isHeavyTruck: false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue