chore: disable popover test on Darwin 13.7 WebKit

This commit is contained in:
Adam Gastineau 2025-01-24 07:33:28 -08:00
parent bbd55587e4
commit 630802f0c2

View file

@ -1676,7 +1676,9 @@ test('should show only one pointer with multilevel iframes', async ({ page, runA
await expect.soft(snapshotFrame.frameLocator('iframe').frameLocator('iframe').locator('x-pw-pointer')).toBeVisible();
});
test('should show a popover', async ({ runAndTrace, page, server }) => {
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');
const traceViewer = await runAndTrace(async () => {
await page.setContent(`
<button popovertarget="pop">Click me</button>