fix: use of wrong launchOptions type in public API (#385)
This commit is contained in:
2
config.d.ts
vendored
2
config.d.ts
vendored
@@ -40,7 +40,7 @@ export type Config = {
|
||||
*
|
||||
* This is useful for settings options like `channel`, `headless`, `executablePath`, etc.
|
||||
*/
|
||||
launchOptions?: playwright.BrowserLaunchOptions;
|
||||
launchOptions?: playwright.LaunchOptions;
|
||||
|
||||
/**
|
||||
* Context options for the browser context.
|
||||
|
||||
Reference in New Issue
Block a user