From 206c74cdd9b49d3bfba9aecbe88debee89f15359 Mon Sep 17 00:00:00 2001 From: Siraj Shaik Date: Thu, 13 Mar 2025 13:15:16 -0400 Subject: [PATCH] Page name changed to camel case --- playwright-tests/business-logic/types/ITestPages.ts | 2 +- playwright-tests/business-logic/types/TestCase.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {