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,