Remove slowMo param everywhere

This commit is contained in:
Daniel Imms
2019-11-09 18:28:50 -08:00
parent 7ff6e4f493
commit b0640b7705
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -19,7 +19,6 @@ describe('InputHandler Integration Tests', function(): void {
before(async function(): Promise<any> {
browser = await puppeteer.launch({
headless: process.argv.indexOf('--headless') !== -1,
slowMo: 0,
args: [`--window-size=${width},${height}`, `--no-sandbox`]
});
page = (await browser.pages())[0];