mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-24 14:55:38 +03:00
feat(webkit): roll to r2063 (#32295)
This commit is contained in:
parent
0d4d5758c4
commit
8703dd4f06
@ -27,7 +27,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "2062",
|
||||
"revision": "2063",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user