Revert smoke test accidentally default to non headless mode.
This commit is contained in:
parent
a276ffc7b3
commit
bc7d9c61e6
|
@ -15,7 +15,7 @@ const path = require('path');
|
|||
(async () => {
|
||||
const browser = await puppeteer.launch({
|
||||
// when debugging localy setting headless to "false" can be very helpful
|
||||
headless: false,
|
||||
headless: true,
|
||||
args: ["--disable-local-storage", "--no-sandbox"]
|
||||
});
|
||||
const page = await browser.newPage();
|
||||
|
|
Loading…
Reference in New Issue