From f1f2bde56590104fc80c09612f06236fa570549f Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Tue, 21 Jan 2025 11:31:10 -0800 Subject: [PATCH] Remove testing imports --- packages/playwright/src/matchers/expect.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/playwright/src/matchers/expect.ts b/packages/playwright/src/matchers/expect.ts index 903f816788..80481c5dcf 100644 --- a/packages/playwright/src/matchers/expect.ts +++ b/packages/playwright/src/matchers/expect.ts @@ -48,7 +48,6 @@ import { toHaveValue, toHaveValues, toPass, - toHaveURL2 } from './matchers'; import { toMatchSnapshot, toHaveScreenshot, toHaveScreenshotStepTitle } from './toMatchSnapshot'; import type { Expect, ExpectMatcherState } from '../../types/test'; @@ -236,7 +235,6 @@ const customAsyncMatchers = { toHaveText, toHaveTitle, toHaveURL, - toHaveURL2, toHaveValue, toHaveValues, toHaveScreenshot,