From d4185393092879aeb0fcf02b8b3c206453d5479c Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 14 Dec 2022 09:47:42 +0100 Subject: [PATCH] test: make webview2 green --- tests/page/page-accessibility.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(`