diff --git a/playwright-tests/package-lock.json b/playwright-tests/package-lock.json index f122dcfef..72efb6878 100644 --- a/playwright-tests/package-lock.json +++ b/playwright-tests/package-lock.json @@ -23,7 +23,7 @@ "luxon": "^3.6.1", "ortoni-report": "^3.0.2", "playwright-jira-reporter": "^1.0.4", - "safelite-playwright-core": "^1.0.23", + "safelite-playwright-core": "^1.0.26", "typescript": "^5.8.3" } }, @@ -3278,9 +3278,9 @@ "peer": true }, "node_modules/safelite-playwright-core": { - "version": "1.0.23", - "resolved": "https://pkgs.dev.azure.com/Safelite/Digital/_packaging/DigitalQA/npm/registry/safelite-playwright-core/-/safelite-playwright-core-1.0.23.tgz", - "integrity": "sha1-qTT2J1kv961diGmGP2wT22YXfwM=", + "version": "1.0.26", + "resolved": "https://pkgs.dev.azure.com/Safelite/Digital/_packaging/DigitalQA/npm/registry/safelite-playwright-core/-/safelite-playwright-core-1.0.26.tgz", + "integrity": "sha1-Nbm2PMNSqBQ9raXKVR4kacu2BP0=", "dev": true, "license": "ISC", "dependencies": { diff --git a/playwright-tests/package.json b/playwright-tests/package.json index 6c93de97f..2c9c47d00 100644 --- a/playwright-tests/package.json +++ b/playwright-tests/package.json @@ -31,7 +31,7 @@ "luxon": "^3.6.1", "ortoni-report": "^3.0.2", "playwright-jira-reporter": "^1.0.4", - "safelite-playwright-core": "^1.0.23", + "safelite-playwright-core": "^1.0.26", "typescript": "^5.8.3" }, "private": "true" diff --git a/playwright-tests/pages/OrderConfirmationPage.ts b/playwright-tests/pages/OrderConfirmationPage.ts index 1b7f11daa..c6d1cb9d6 100644 --- a/playwright-tests/pages/OrderConfirmationPage.ts +++ b/playwright-tests/pages/OrderConfirmationPage.ts @@ -1,7 +1,7 @@ import { expect, type Locator, type Page } from '@playwright/test'; import { BasePage } from './BasePage'; import { getTestObject } from 'framework/Typedefs'; -import { ServicePackage, PaymentType, ServiceLocation } from 'safelite-playwright-core'; +import { ServicePackage, PaymentType, ServiceLocation, Soft } from 'safelite-playwright-core'; import { PaymentMethod, ProgressBarPercentages } from "framework/localTypes/Enums"; import { ITestData } from 'framework/TestData'; import { step } from 'framework/localTypes/Step'; diff --git a/playwright-tests/pages/PaymentMethodPage.ts b/playwright-tests/pages/PaymentMethodPage.ts index 106c760fc..4d5c39553 100644 --- a/playwright-tests/pages/PaymentMethodPage.ts +++ b/playwright-tests/pages/PaymentMethodPage.ts @@ -1,6 +1,6 @@ import { expect, type Locator, type Page } from '@playwright/test'; import { BasePage } from './BasePage'; -import { IPaymentDetails } from 'safelite-playwright-core'; +import { IPaymentDetails, Soft, waitUntil } from 'safelite-playwright-core'; import { AppointmentTimeslot, ServiceLocation, PaymentType, ServicePackage, VehicleDamage } from 'safelite-playwright-core'; import { PaymentMethod, ProgressBarPercentages } from 'framework/localTypes/Enums'; import { PaymentPage } from './PaymentPage'; diff --git a/playwright-tests/tests/InsuranceMeemicNearSchoolVerified.ts b/playwright-tests/tests/InsuranceMeemicNearSchoolVerified.ts index 7cde375cd..fb6ac2c5d 100644 --- a/playwright-tests/tests/InsuranceMeemicNearSchoolVerified.ts +++ b/playwright-tests/tests/InsuranceMeemicNearSchoolVerified.ts @@ -1,6 +1,6 @@ //Imports here import { ITestData } from 'framework/TestData' -import { ServiceLocation, DamageType, Flow, PartQuestionType } from 'safelite-playwright-core'; +import { ServiceLocation, DamageType, Flow, PartQuestionType, LossLocation } from 'safelite-playwright-core'; import { PaymentMethod } from "framework/localTypes/Enums"; import { ITestCase } from '../framework/Typedefs' import { VehicleLookupType } from 'safelite-playwright-core';