From 7ce17a97b1af138a73ba01fc096d2b40a9b22a43 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 9 Jun 2022 13:55:46 -0700 Subject: [PATCH] test: capture canvas changes test passes after last roll (#14760) --- 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 b216c79805..3fe8449dec 100644 --- a/tests/page/page-screenshot.spec.ts +++ b/tests/page/page-screenshot.spec.ts @@ -230,7 +230,7 @@ it.describe('page screenshot', () => { }); it('should capture canvas changes', async ({ page, isElectron, browserName, isMac }) => { - it.fail(browserName === 'webkit' && isMac && parseInt(os.release(), 10) <= 20, 'https://github.com/microsoft/playwright/issues/8796'); + it.fixme(browserName === 'webkit' && isMac && parseInt(os.release(), 10) < 20, 'https://github.com/microsoft/playwright/issues/8796'); it.skip(isElectron); await page.goto('data:text/html,'); await page.evaluate(() => {