feat(webkit): roll to r1801 (#21183)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
7c6630b1a2
commit
5affd333a7
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1799",
|
"revision": "1801",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
|
|
||||||
|
|
@ -210,8 +210,7 @@ it('should use proxy for second page', async ({ contextFactory, server, proxySer
|
||||||
await context.close();
|
await context.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should use proxy for https urls', async ({ contextFactory, httpsServer, proxyServer, isWindows, browserName }) => {
|
it('should use proxy for https urls', async ({ contextFactory, httpsServer, proxyServer }) => {
|
||||||
it.fixme(browserName === 'webkit' && isWindows, 'Fixed upstream, https://github.com/microsoft/playwright/issues/20822');
|
|
||||||
httpsServer.setRoute('/target.html', async (req, res) => {
|
httpsServer.setRoute('/target.html', async (req, res) => {
|
||||||
res.end('<html><title>Served by https server via proxy</title></html>');
|
res.end('<html><title>Served by https server via proxy</title></html>');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue