From 1487179211e39006c150282ecf5dffdeec2c8e09 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 26 Nov 2024 12:34:50 +0100 Subject: [PATCH] remove remnant --- tests/playwright-test/ui-mode-trace.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/playwright-test/ui-mode-trace.spec.ts b/tests/playwright-test/ui-mode-trace.spec.ts index 9a4ff3747c..15b3f4c49b 100644 --- a/tests/playwright-test/ui-mode-trace.spec.ts +++ b/tests/playwright-test/ui-mode-trace.spec.ts @@ -18,7 +18,6 @@ import { createImage } from './playwright-test-fixtures'; import { test, expect, retries } from './ui-mode-fixtures'; import http from 'node:http'; import httpProxy from 'http-proxy'; -import { ManualPromise } from 'packages/playwright-core/lib/utils/manualPromise'; test.describe.configure({ mode: 'parallel', retries });