headless mode enables
gitea/salix/1798-e2e-extensions This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-02-05 09:01:00 +01:00
parent 9546c4c016
commit 2484c83b32
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import {extendPage} from './extensions';
import {url as defaultURL} from './config';
export async function getBrowser() {
let headless = false;
let headless = true;
const browser = await Puppeteer.launch({
args: [
'--no-sandbox',