chore: disable popover test on Darwin 13.7 WebKit (#34466)

This commit is contained in:
Adam Gastineau 2025-01-24 08:27:06 -08:00 committed by GitHub
parent bbd55587e4
commit c44590aa5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1676,7 +1676,8 @@ 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 }) => {
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>