Added flag for sms opt in
This commit is contained in:
parent
62bae320ea
commit
3362b6a193
1 changed files with 1 additions and 0 deletions
|
|
@ -4,4 +4,5 @@ import { PaymentMethod } from './localTypes/Enums'
|
|||
export interface ITestData extends base {
|
||||
// Put any project-specific data here. Anything useful to other Safelite projects should be submitted as a pull request to safelite-playwright-core.
|
||||
paymentMethod: PaymentMethod
|
||||
isOptedInForTextMessages: boolean
|
||||
}
|
||||
Loading…
Reference in a new issue