diff --git a/playwright-tests/framework/TestData.ts b/playwright-tests/framework/TestData.ts index 8f00bb276..cc9e44c23 100644 --- a/playwright-tests/framework/TestData.ts +++ b/playwright-tests/framework/TestData.ts @@ -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 } \ No newline at end of file