feat(webkit): roll to r2063 (#32295)
This commit is contained in:
parent
0d4d5758c4
commit
8703dd4f06
|
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "2062",
|
"revision": "2063",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"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') {
|
} else if (browserName === 'webkit' && isWindows && mode === 'service2') {
|
||||||
expect(error.message).toContain(`proxy handshake error`);
|
expect(error.message).toContain(`proxy handshake error`);
|
||||||
} else if (browserName === 'webkit' && isWindows) {
|
} 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') {
|
} else if (browserName === 'webkit') {
|
||||||
if (mode === 'service2')
|
if (mode === 'service2')
|
||||||
expect(error.message).toContain('Connection refused');
|
expect(error.message).toContain('Connection refused');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue