From 5cf3c57f64a1eb9a1e874a8b9958be2b5a8e1b85 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 3 Oct 2024 17:32:14 -0700 Subject: [PATCH] Add another issue ref --- tests/library/browsercontext-viewport-mobile.spec.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/library/browsercontext-viewport-mobile.spec.ts b/tests/library/browsercontext-viewport-mobile.spec.ts index ba1c18d5b0..ed774e383a 100644 --- a/tests/library/browsercontext-viewport-mobile.spec.ts +++ b/tests/library/browsercontext-viewport-mobile.spec.ts @@ -189,7 +189,10 @@ it.describe('mobile viewport', () => { }); 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 }) => { it.fixme(browserName === 'webkit' && isLinux && headless, 'Fails on WPE apparently due to accelerated compositing + fixed layout'); const iPhone = playwright.devices['iPhone 12'];