From 058cd6b5dfe22a4ad90217470f5f47c5d28d87b3 Mon Sep 17 00:00:00 2001 From: Siraj Shaik Date: Wed, 12 Mar 2025 11:54:13 -0400 Subject: [PATCH] few corrections. --- playwright-tests/playwright.config.ts | 2 +- .../tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts | 2 +- .../schedule/api/v1/schedule/shop-time-slots.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index 7edf4eb3..20bf301e 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -58,7 +58,7 @@ export default defineConfig({ ['junit'], ['list'] ], - timeout: 180_000, + timeout: 120_000, /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { /* Base URL to use in actions like `await page.goto('/')`. */ diff --git a/playwright-tests/tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts b/playwright-tests/tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts index 52ae3c5c..dd87ff41 100644 --- a/playwright-tests/tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts +++ b/playwright-tests/tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts @@ -2,7 +2,7 @@ import ClientData from "@business-logic/data/ClientData"; import TestCase from "@business-logic/types/TestCase"; import { DamageType, PartQuestionType, PaymentType, ServiceLocation, ServicePackage, VehicleDamage, VehicleLookupType } from "@business-logic/types/Enums"; import { ITestData } from "@business-logic/types/ITestData" -import { faker, tr } from "@faker-js/faker"; +import { faker } from "@faker-js/faker"; import { getNextWeekday } from "@impl/utils/DateUtils"; import MockPolicyData from "@business-logic/data/MockPolicyData"; import { ICustomerDetails } from "@business-logic/types/CustomerDetails"; diff --git a/playwright-tests/tests/mockResponses/0002a_Advanced_Replace_Deductible_Client/schedule/api/v1/schedule/shop-time-slots.json b/playwright-tests/tests/mockResponses/0002a_Advanced_Replace_Deductible_Client/schedule/api/v1/schedule/shop-time-slots.json index b807b200..abd59844 100644 --- a/playwright-tests/tests/mockResponses/0002a_Advanced_Replace_Deductible_Client/schedule/api/v1/schedule/shop-time-slots.json +++ b/playwright-tests/tests/mockResponses/0002a_Advanced_Replace_Deductible_Client/schedule/api/v1/schedule/shop-time-slots.json @@ -80,7 +80,7 @@ ] }, { - "date": "2025-03-27", + "date": "2025-04-27", "timeSlots": [ { "id": "01813-01813-S-B*20878*ALL DAY DROP OFF", @@ -91,7 +91,7 @@ ] }, { - "date": "2025-03-28", + "date": "2025-05-28", "timeSlots": [ { "id": "01813-01813-S-B*20879*ALL DAY DROP OFF", @@ -102,7 +102,7 @@ ] }, { - "date": "2025-04-01", + "date": "2025-06-01", "timeSlots": [ { "id": "01813-01813-S-B*20880*ALL DAY DROP OFF",