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(() => {