dependency: Upgrade puppeteer to 9.1.1.

This commit is contained in:
Riken Shah
2021-05-25 05:04:56 +00:00
committed by Tim Abbott
parent e4d9e58c7d
commit 13562222fa
3 changed files with 13 additions and 14 deletions

View File

@@ -71,7 +71,6 @@ class CommonUtils {
],
// TODO: Change defaultViewport to 1280x1024 when puppeteer fixes the window size issue with firefox.
// Here is link to the issue that is tracking the above problem https://github.com/puppeteer/puppeteer/issues/6442.
// @ts-expect-error: Because of https://github.com/puppeteer/puppeteer/issues/6885
defaultViewport: null,
headless: true,
});