diff --git a/playwright-tests/business-logic/types/ITestPages.ts b/playwright-tests/business-logic/types/ITestPages.ts index f9421366..77ed4e54 100644 --- a/playwright-tests/business-logic/types/ITestPages.ts +++ b/playwright-tests/business-logic/types/ITestPages.ts @@ -1,4 +1,4 @@ -import { AddressLookupPage } from "../../pages/Addresslookuppage"; +import { AddressLookupPage } from "../../pages/AddressLookupPage"; import { BailoutPage } from "../../pages/BailoutPage"; import CapabilityQuestionsPage from "../../pages/CapabilityQuestionsPage"; import { ContactConfirmationPage } from "../../pages/ContactConfirmationPage"; diff --git a/playwright-tests/business-logic/types/TestCase.ts b/playwright-tests/business-logic/types/TestCase.ts index 27dd0bad..ffc332d5 100644 --- a/playwright-tests/business-logic/types/TestCase.ts +++ b/playwright-tests/business-logic/types/TestCase.ts @@ -44,7 +44,7 @@ import MockPolicyData from "@business-logic/data/MockPolicyData"; import VehiclePartQuestionsPage from "../../pages/VehiclePartsPage"; import CapabilityQuestionsPage from "../../pages/CapabilityQuestionsPage"; import { MoldingQuestionsPage } from "../../pages/MoldingQuestionsPage"; -import { AddressLookupPage } from "../../pages/Addresslookuppage"; +import { AddressLookupPage } from "../../pages/AddressLookupPage"; export default class TestCase extends DisposableBase implements ITestCase { public static FrameworkConfig: FrameworkConfig = {