remove unused line

This commit is contained in:
Simon Knott 2025-02-07 15:04:01 +01:00
parent 18bf687c0f
commit 74b8994dd1
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -453,7 +453,6 @@ const playwrightFixtures: Fixtures<TestFixtures, WorkerFixtures> = ({
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)