test: make webview2 green
This commit is contained in:
parent
92dd734e04
commit
d418539309
|
|
@ -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(`
|
||||
<div contenteditable="true" role='textbox'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue