INSR 8668 work

This commit is contained in:
Udayboppasafelite 2026-06-18 10:55:11 -04:00
parent bc23169ebf
commit af2cffd2dc

View file

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