Reorganize import
This commit is contained in:
parent
3fd9b952ae
commit
8c2bf8e8a7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import TestCase from "@business-logic/types/TestCase";
|
||||
import { expect, Page } from "@playwright/test";
|
||||
import { getDefaultTestData } from "safelite-playwright-core";
|
||||
import { addSmokeTagToRandomTest, prepareTest, test, TestInfo } from "@business-logic/types/Test";
|
||||
import { RuleEngine, ValidationOptions } from "@business-logic/types/RuleEngine";
|
||||
import { ICustomerDetails } from "@business-logic/types/CustomerDetails";
|
||||
|
|
@ -61,7 +62,6 @@ import advancedScenario0029aTestCases from "./advanced/0029a_HeavyVehicleBailout
|
|||
import advancedScenario0030aTestCases from "./advanced/0030a_PartsServiceBailout";
|
||||
import advancedScenario0031aTestCases from "./advanced/0031a_ReplaceServiceableBigTruck";
|
||||
import advancedScenario0032aTestCases from "./advanced/0032a_DeclineNonServiceableBigTruck";
|
||||
import { getDefaultTestData } from "safelite-playwright-core";
|
||||
|
||||
|
||||
|
||||
|
|
@ -825,7 +825,7 @@ async function runWorkflow(page: Page, testCase: TestCase) {
|
|||
if (appointmentDetails?.alternateMobileCity) {
|
||||
await contactDetailsPage.fillAlternateMobileStreetAndCity(appointmentDetails?.alternateMobileStreetAddress!, appointmentDetails?.alternateMobileCity!);
|
||||
}
|
||||
|
||||
|
||||
await contactDetailsPage.nextPage();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue