From 2dee3c4fc71555cc437d20c9204890451d4995b2 Mon Sep 17 00:00:00 2001 From: Playwright Service <89237858+playwrightmachine@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:56:03 -0700 Subject: [PATCH] feat(webkit): roll to r1813 (#21819) Signed-off-by: Max Schmitt Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Schmitt --- packages/playwright-core/browsers.json | 2 +- tests/library/har.spec.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/playwright-core/browsers.json b/packages/playwright-core/browsers.json index e419fb5e91..df1c46a846 100644 --- a/packages/playwright-core/browsers.json +++ b/packages/playwright-core/browsers.json @@ -33,7 +33,7 @@ }, { "name": "webkit", - "revision": "1811", + "revision": "1813", "installByDefault": true, "revisionOverrides": { "mac10.14": "1446", diff --git a/tests/library/har.spec.ts b/tests/library/har.spec.ts index 23296d2a25..f539dede80 100644 --- a/tests/library/har.spec.ts +++ b/tests/library/har.spec.ts @@ -654,7 +654,6 @@ it('should return server address directly from response', async ({ page, server, it('should return security details directly from response', async ({ contextFactory, httpsServer, browserName, platform }) => { it.fail(browserName === 'webkit' && platform === 'linux', 'https://github.com/microsoft/playwright/issues/6759'); - it.fail(browserName === 'webkit' && platform === 'win32'); const context = await contextFactory({ ignoreHTTPSErrors: true }); const page = await context.newPage();