Adding flag set to true for opted in sms
This commit is contained in:
parent
3b050f1c2d
commit
082edeb510
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ import { ITestCase } from '../framework/Typedefs'
|
|||
import { VehicleLookupType } from 'safelite-playwright-core';
|
||||
import { getDefaultTestData, setFakerSeedFromTestName } from 'safelite-playwright-core';
|
||||
import { PaymentMethod } from 'framework/localTypes/Enums';
|
||||
|
||||
// Set the seed before generating any data
|
||||
setFakerSeedFromTestName("CashReplaceGlassPromoInshop");
|
||||
|
||||
|
|
@ -47,6 +46,9 @@ const cashReplaceGlassPromoInshopData: Partial<ITestData> = {
|
|||
...getDefaultTestData().appointmentDetails!,
|
||||
shopAddress: "6826 Sawmill Rd, Columbus, OH 43235"
|
||||
},
|
||||
|
||||
// Flag for opting in for text message appt updates
|
||||
isOptedInForTextMessages: true,
|
||||
|
||||
// Override payment details
|
||||
paymentDetails: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue