feat(webkit): roll to r2063 (#32295)

This commit is contained in:
Playwright Service 2024-08-23 08:57:18 -07:00 committed by GitHub
parent 0d4d5758c4
commit 8703dd4f06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
},
{
"name": "webkit",
"revision": "2062",
"revision": "2063",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -366,7 +366,7 @@ it('should fail when main resources failed to load', async ({ page, browserName,
} else if (browserName === 'webkit' && isWindows && mode === 'service2') {
expect(error.message).toContain(`proxy handshake error`);
} else if (browserName === 'webkit' && isWindows) {
expect(error.message).toContain(`Couldn\'t connect to server`);
expect(error.message).toContain(`Could not connect to server`);
} else if (browserName === 'webkit') {
if (mode === 'service2')
expect(error.message).toContain('Connection refused');