Update packages/playwright/src/index.ts

Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
Signed-off-by: Simon Knott <info@simonknott.de>
This commit is contained in:
Simon Knott 2025-02-06 10:17:30 +01:00 committed by GitHub
parent a9f93120c9
commit e25fb98819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -533,7 +533,7 @@ class SnapshotRecorder {
constructor(
private _artifactsRecorder: ArtifactsRecorder,
private _mode: ScreenshotMode,
private _mode: ScreenshotMode | PageSnapshotOption,
private _name: string,
private _contentType: string,
private _extension: string,