From f8b17416560629f6b7c3ad1c3d20eb56e8e76a10 Mon Sep 17 00:00:00 2001 From: JennyNou Date: Wed, 25 Mar 2026 16:12:53 -0400 Subject: [PATCH] Change scenario to test in shop --- playwright-tests/tests/advanced/0016a_NoCompAllGlass.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright-tests/tests/advanced/0016a_NoCompAllGlass.ts b/playwright-tests/tests/advanced/0016a_NoCompAllGlass.ts index 4fd55d9c..e336e3ea 100644 --- a/playwright-tests/tests/advanced/0016a_NoCompAllGlass.ts +++ b/playwright-tests/tests/advanced/0016a_NoCompAllGlass.ts @@ -99,8 +99,8 @@ const advancedScenario0016Data: Partial = { // VehicleDamage.PassengerVentGlass // TODO: Verify if this is intentionally not in UI ], appointmentDetails: { - serviceLocation: ServiceLocation.Mobile, - serviceAddress: customerAddress, + serviceLocation: ServiceLocation.InShop, + serviceAddress: undefined, appointmentDate: nextWeekday }, paymentDetails: ClientData.getDefaultPaypalDetails()