diff --git a/packages/playwright/src/index.ts b/packages/playwright/src/index.ts index fb37aea3a0..20be59bfbd 100644 --- a/packages/playwright/src/index.ts +++ b/packages/playwright/src/index.ts @@ -453,7 +453,6 @@ const playwrightFixtures: Fixtures = ({ type ScreenshotOption = PlaywrightWorkerOptions['screenshot'] | undefined; type Playwright = PlaywrightWorkerArgs['playwright']; -type PageSnapshotOption = PlaywrightWorkerOptions['pageSnapshot'] | undefined; function normalizeVideoMode(video: VideoMode | 'retry-with-video' | { mode: VideoMode } | undefined): VideoMode { if (!video)