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!);