Skip to content

Commit 9e1f1e7

Browse files
chore: Update Chrome (stable) to 120.0.6099.216 and Chrome (beta) to … (#28675)
1 parent 6ee6544 commit 9e1f1e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

browser-versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"chrome:beta": "118.0.5993.21",
3-
"chrome:stable": "117.0.5938.132",
2+
"chrome:beta": "121.0.6167.47",
3+
"chrome:stable": "120.0.6099.216",
44
"chrome:minimum": "64.0.3282.0"
55
}

packages/https-proxy/test/integration/proxy_spec.js

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ describe('Proxy', () => {
188188

189189
// https://github.com/cypress-io/cypress/issues/771
190190
it('generates certs and can proxy requests for HTTPS requests to IPs', function () {
191+
this.timeout(5000)
192+
191193
this.sandbox.spy(this.proxy, '_generateMissingCertificates')
192194
this.sandbox.spy(this.proxy, '_getServerPortForIp')
193195

0 commit comments

Comments
 (0)