few corrections.
This commit is contained in:
parent
cd65cee9cf
commit
058cd6b5df
3 changed files with 5 additions and 5 deletions
|
|
@ -58,7 +58,7 @@ export default defineConfig({
|
||||||
['junit'],
|
['junit'],
|
||||||
['list']
|
['list']
|
||||||
],
|
],
|
||||||
timeout: 180_000,
|
timeout: 120_000,
|
||||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||||
use: {
|
use: {
|
||||||
/* Base URL to use in actions like `await page.goto('/')`. */
|
/* Base URL to use in actions like `await page.goto('/')`. */
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ import ClientData from "@business-logic/data/ClientData";
|
||||||
import TestCase from "@business-logic/types/TestCase";
|
import TestCase from "@business-logic/types/TestCase";
|
||||||
import { DamageType, PartQuestionType, PaymentType, ServiceLocation, ServicePackage, VehicleDamage, VehicleLookupType } from "@business-logic/types/Enums";
|
import { DamageType, PartQuestionType, PaymentType, ServiceLocation, ServicePackage, VehicleDamage, VehicleLookupType } from "@business-logic/types/Enums";
|
||||||
import { ITestData } from "@business-logic/types/ITestData"
|
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 { getNextWeekday } from "@impl/utils/DateUtils";
|
||||||
import MockPolicyData from "@business-logic/data/MockPolicyData";
|
import MockPolicyData from "@business-logic/data/MockPolicyData";
|
||||||
import { ICustomerDetails } from "@business-logic/types/CustomerDetails";
|
import { ICustomerDetails } from "@business-logic/types/CustomerDetails";
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"date": "2025-03-27",
|
"date": "2025-04-27",
|
||||||
"timeSlots": [
|
"timeSlots": [
|
||||||
{
|
{
|
||||||
"id": "01813-01813-S-B*20878*ALL DAY DROP OFF",
|
"id": "01813-01813-S-B*20878*ALL DAY DROP OFF",
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"date": "2025-03-28",
|
"date": "2025-05-28",
|
||||||
"timeSlots": [
|
"timeSlots": [
|
||||||
{
|
{
|
||||||
"id": "01813-01813-S-B*20879*ALL DAY DROP OFF",
|
"id": "01813-01813-S-B*20879*ALL DAY DROP OFF",
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"date": "2025-04-01",
|
"date": "2025-06-01",
|
||||||
"timeSlots": [
|
"timeSlots": [
|
||||||
{
|
{
|
||||||
"id": "01813-01813-S-B*20880*ALL DAY DROP OFF",
|
"id": "01813-01813-S-B*20880*ALL DAY DROP OFF",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue