You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
turn headless back on
This commit is contained in:
2
start.js
2
start.js
@ -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);
|
||||
|
Reference in New Issue
Block a user