Switch to test.skip message
This commit is contained in:
parent
630802f0c2
commit
d235e66bd7
|
|
@ -1677,8 +1677,7 @@ test('should show only one pointer with multilevel iframes', async ({ page, runA
|
|||
});
|
||||
|
||||
test('should show a popover', async ({ runAndTrace, page, server, platform, browserName, macVersion }) => {
|
||||
// WebKit on macOS 13.7 reliably fails on this test for some reason
|
||||
test.skip(platform === 'darwin' && macVersion === 13 && browserName === 'webkit');
|
||||
test.skip(platform === 'darwin' && macVersion === 13 && browserName === 'webkit', 'WebKit on macOS 13.7 reliably fails on this test for some reason');
|
||||
const traceViewer = await runAndTrace(async () => {
|
||||
await page.setContent(`
|
||||
<button popovertarget="pop">Click me</button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue