diff --git a/tests/page/page-accessibility.spec.ts b/tests/page/page-accessibility.spec.ts index d3b862b517..283e810df6 100644 --- a/tests/page/page-accessibility.spec.ts +++ b/tests/page/page-accessibility.spec.ts @@ -176,9 +176,10 @@ it('rich text editable fields should have children', async function({ page, brow expect(snapshot.children[0]).toEqual(golden); }); -it('rich text editable fields with role should have children', async function({ page, browserName, browserMajorVersion, browserVersion, channel }) { +it('rich text editable fields with role should have children', async function({ page, browserName, browserMajorVersion, browserVersion, channel, isWebView2 }) { it.skip(browserName === 'webkit', 'WebKit rich text accessibility is iffy'); it.skip(channel && channel.startsWith('msedge'), 'Edge is missing a Chromium fix'); + it.skip(isWebView2, 'WebView2 is missing a Chromium fix'); await page.setContent(`