Add another issue ref

This commit is contained in:
Yury Semikhatsky 2024-10-03 17:32:14 -07:00
parent ece7143b8f
commit 5cf3c57f64

View file

@ -189,7 +189,10 @@ it.describe('mobile viewport', () => {
}); });
it('should scroll mobile page with background-attachment: fixed', { it('should scroll mobile page with background-attachment: fixed', {
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31551' } annotation: [
{ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31551' },
{ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/23573' },
]
}, async ({ playwright, browser, server, browserName, isLinux, headless }) => { }, async ({ playwright, browser, server, browserName, isLinux, headless }) => {
it.fixme(browserName === 'webkit' && isLinux && headless, 'Fails on WPE apparently due to accelerated compositing + fixed layout'); it.fixme(browserName === 'webkit' && isLinux && headless, 'Fails on WPE apparently due to accelerated compositing + fixed layout');
const iPhone = playwright.devices['iPhone 12']; const iPhone = playwright.devices['iPhone 12'];