Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Puppeteer to the latest version (1.19.0) #16875

Merged
merged 15 commits into from
Aug 7, 2019
265 changes: 177 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions packages/e2e-test-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,6 @@ _Parameters_
- _key_ `string`: Key to press.
- _count_ `number`: Number of times to press.

_Returns_

- `Promise`: Promise resolving when key presses complete.

<a name="pressKeyWithModifier" href="#pressKeyWithModifier">#</a> **pressKeyWithModifier**

Performs a key press with modifier (Shift, Control, Meta, Alt), where each modifier
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"jest": ">=24",
"puppeteer": ">=1.6"
"puppeteer": ">=1.19.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading