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:
parent
a9f93120c9
commit
e25fb98819
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue