From cc4045e85048f74b11e4337cf4d13ef69132d0d5 Mon Sep 17 00:00:00 2001 From: Playwright Service <89237858+playwrightmachine@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:38:11 -0700 Subject: [PATCH] feat(webkit): roll to r2147 (#35164) 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/page/page-accessibility.spec.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/playwright-core/browsers.json b/packages/playwright-core/browsers.json index 67f7d77507..9e69783b9a 100644 --- a/packages/playwright-core/browsers.json +++ b/packages/playwright-core/browsers.json @@ -39,7 +39,7 @@ }, { "name": "webkit", - "revision": "2146", + "revision": "2147", "installByDefault": true, "revisionOverrides": { "debian11-x64": "2105", diff --git a/tests/page/page-accessibility.spec.ts b/tests/page/page-accessibility.spec.ts index 701fecfeaf..3e95dfe047 100644 --- a/tests/page/page-accessibility.spec.ts +++ b/tests/page/page-accessibility.spec.ts @@ -19,6 +19,7 @@ import { test as it, expect } from './pageTest'; import { chromiumVersionLessThan } from '../config/utils'; it('should work @smoke', async ({ page, browserName, isMac }) => { + it.skip(browserName === 'webkit' && isMac); await page.setContent(` Accessibility Test