From bdba9dbaf934ae106dce440d59f6f057940c2779 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 2 Aug 2022 17:49:19 -0700 Subject: [PATCH] test: skip should capture canvas changes on macos <= 11 (#16182) --- tests/page/page-screenshot.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/page/page-screenshot.spec.ts b/tests/page/page-screenshot.spec.ts index 3b34c27d69..af2ef28e10 100644 --- a/tests/page/page-screenshot.spec.ts +++ b/tests/page/page-screenshot.spec.ts @@ -231,7 +231,7 @@ it.describe('page screenshot', () => { }); it('should capture canvas changes', async ({ page, isElectron, browserName, isMac }) => { - it.fixme(browserName === 'webkit' && isMac && parseInt(os.release(), 10) < 20, 'https://github.com/microsoft/playwright/issues/8796'); + it.fixme(browserName === 'webkit' && isMac && parseInt(os.release(), 10) < 21, 'https://github.com/microsoft/playwright/issues/8796,https://github.com/microsoft/playwright/issues/16180'); it.skip(isElectron); await page.goto('data:text/html,'); await page.evaluate(() => {