turn headless back on

pull/21833/head
Bruno Windels 2018-07-20 18:59:45 +02:00
parent a74a753a05
commit 515e34cfde
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ global.riotserver = 'http://localhost:8080';
global.browser = null;
async function runTests() {
global.browser = await puppeteer.launch({headless: false});
global.browser = await puppeteer.launch();
const page = await helpers.newPage();
const username = 'bruno-' + helpers.randomInt(10000);