INSR 8668 work
This commit is contained in:
parent
bc23169ebf
commit
af2cffd2dc
1 changed files with 2 additions and 1 deletions
|
|
@ -870,7 +870,8 @@ async function runWorkflow(page: Page, testCase: TestCase) {
|
||||||
if (appointmentDetails?.serviceLocation === ServiceLocation.Mobile) {
|
if (appointmentDetails?.serviceLocation === ServiceLocation.Mobile) {
|
||||||
await test.step('ContactDetailsPage >> Validate contact details', async () => {
|
await test.step('ContactDetailsPage >> Validate contact details', async () => {
|
||||||
await contactDetailsPage.validateURL(contactDetailsPage.issPageValue);
|
await contactDetailsPage.validateURL(contactDetailsPage.issPageValue);
|
||||||
if (appointmentDetails?.serviceAddress) {
|
|
||||||
|
if (appointmentDetails?.serviceAddress) {
|
||||||
await contactDetailsPage.fillMobileServiceAddress(appointmentDetails.serviceAddress);
|
await contactDetailsPage.fillMobileServiceAddress(appointmentDetails.serviceAddress);
|
||||||
} else {
|
} else {
|
||||||
await contactDetailsPage.fillContactDetails(customerDetails!);
|
await contactDetailsPage.fillContactDetails(customerDetails!);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue