merge: resolve conflicts and integrate headed mode default
This commit is contained in:
commit
ddff9975e2
2 changed files with 1 additions and 2 deletions
|
|
@ -236,7 +236,6 @@ export class Context {
|
|||
private async _setupBrowserContext(): Promise<{ browserContext: playwright.BrowserContext, close: () => Promise<void> }> {
|
||||
if (this._closeBrowserContextPromise)
|
||||
throw new Error('Another browser context is being closed.');
|
||||
|
||||
let result: { browserContext: playwright.BrowserContext, close: () => Promise<void> };
|
||||
|
||||
if (this._videoRecordingConfig) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue