From af2cffd2dcfcf2ba206b91881a84c4a64314fcd2 Mon Sep 17 00:00:00 2001 From: Udayboppasafelite Date: Thu, 18 Jun 2026 10:55:11 -0400 Subject: [PATCH] INSR 8668 work --- playwright-tests/tests/0000__M.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playwright-tests/tests/0000__M.test.ts b/playwright-tests/tests/0000__M.test.ts index 175dbcb7..8cc755c6 100644 --- a/playwright-tests/tests/0000__M.test.ts +++ b/playwright-tests/tests/0000__M.test.ts @@ -870,7 +870,8 @@ async function runWorkflow(page: Page, testCase: TestCase) { if (appointmentDetails?.serviceLocation === ServiceLocation.Mobile) { await test.step('ContactDetailsPage >> Validate contact details', async () => { await contactDetailsPage.validateURL(contactDetailsPage.issPageValue); - if (appointmentDetails?.serviceAddress) { + + if (appointmentDetails?.serviceAddress) { await contactDetailsPage.fillMobileServiceAddress(appointmentDetails.serviceAddress); } else { await contactDetailsPage.fillContactDetails(customerDetails!);