mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
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",
|
||||
"revision": "1799",
|
||||
"revision": "1801",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
@ -210,8 +210,7 @@ it('should use proxy for second page', async ({ contextFactory, server, proxySer
|
||||
await context.close();
|
||||
});
|
||||
|
||||
it('should use proxy for https urls', async ({ contextFactory, httpsServer, proxyServer, isWindows, browserName }) => {
|
||||
it.fixme(browserName === 'webkit' && isWindows, 'Fixed upstream, https://github.com/microsoft/playwright/issues/20822');
|
||||
it('should use proxy for https urls', async ({ contextFactory, httpsServer, proxyServer }) => {
|
||||
httpsServer.setRoute('/target.html', async (req, res) => {
|
||||
res.end('<html><title>Served by https server via proxy</title></html>');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user