From b81ea144b8b43d7a0b0d4adaa4add8bbe2acde9a Mon Sep 17 00:00:00 2001 From: kpatel8hs4io <31411746+kpatel8hs4io@users.noreply.github.com> Date: Thu, 19 Feb 2026 12:01:07 -0500 Subject: [PATCH] Minor change for mobile first test --- playwright-tests/tests/CashReplaceMobileFirstModal.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/playwright-tests/tests/CashReplaceMobileFirstModal.ts b/playwright-tests/tests/CashReplaceMobileFirstModal.ts index 714d95d84..16ec6d0a2 100644 --- a/playwright-tests/tests/CashReplaceMobileFirstModal.ts +++ b/playwright-tests/tests/CashReplaceMobileFirstModal.ts @@ -1,5 +1,5 @@ //Imports here -import { ITestData } from 'framework/TestData' +import { ITestData, getDefaultExperimentsData } from 'framework/TestData' import { ServiceLocation, ServicePackage, PaymentType, PartQuestionType } from 'safelite-playwright-core'; import { ITestCase } from '../framework/Typedefs' import { VehicleLookupType } from 'safelite-playwright-core'; @@ -64,6 +64,12 @@ const cashReplaceMobileFirstModalData: Partial = { // Override payment details paymentDetails: { paymentType: PaymentType.PayAtService + }, + + // Experiments + experiments: { + ...getDefaultExperimentsData(), + isMobileFirst: true } }