Skip to content

Commit 8ebd61c

Browse files
committed
Headless test
1 parent 18d958a commit 8ebd61c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/tests/end2end-puppeteer/TestTutorial1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Tutorial #1', () => {
1111

1212
await (async () => {
1313
const puppeteer = require('puppeteer');
14-
const browser = await puppeteer.launch({ headless: false })
14+
const browser = await puppeteer.launch({ headless: true })
1515
const page = await browser.newPage()
1616

1717
await page.goto('http://localhost:8888')

0 commit comments

Comments
 (0)