Skip to content

Commit

Permalink
Add comment on changing headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverdunk committed Oct 11, 2023
1 parent baa7a3c commit 9d0100e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functional-samples/tutorial.puppeteer/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let browser;

beforeEach(async () => {
browser = await puppeteer.launch({
// Set to 'new' to hide Chrome if running as part of an automated build.
headless: false,
args: [
`--disable-extensions-except=${EXTENSION_PATH}`,
Expand Down

0 comments on commit 9d0100e

Please sign in to comment.