mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: capture canvas changes test passes after last roll (#14760)
This commit is contained in:
parent
98c34ac270
commit
7ce17a97b1
@ -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,<canvas></canvas>');
|
||||
await page.evaluate(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user