Skip to content

Commit

Permalink
fix: [test/launch] new-headless mode updated
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Feb 5, 2024
1 parent 1fd75e5 commit 54b7e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test/src/launch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class Launch {

this._browser = puppeteer.launch({
...this.puppeteerOptions,
headless: 'new'
headless: true
});

this._browser.then((browser) => {
Expand Down

0 comments on commit 54b7e88

Please sign in to comment.