mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	
							parent
							
								
									86de14965c
								
							
						
					
					
						commit
						f192a74c5d
					
				| @ -268,8 +268,7 @@ it.describe('page screenshot', () => { | |||||||
|     expect(screenshot).toMatchSnapshot('screenshot-clip-odd-size.png'); |     expect(screenshot).toMatchSnapshot('screenshot-clip-odd-size.png'); | ||||||
|   }); |   }); | ||||||
| 
 | 
 | ||||||
|   it('should work for canvas', async ({ page, server, browserName, browserMajorVersion, isElectron, isMac }) => { |   it('should work for canvas', async ({ page, server, isElectron, isMac }) => { | ||||||
|     it.fixme(browserName === 'firefox' && browserMajorVersion === 110, 'https://github.com/microsoft/playwright/issues/20522'); |  | ||||||
|     it.fixme(isElectron && isMac, 'Fails on the bots'); |     it.fixme(isElectron && isMac, 'Fails on the bots'); | ||||||
|     await page.setViewportSize({ width: 500, height: 500 }); |     await page.setViewportSize({ width: 500, height: 500 }); | ||||||
|     await page.goto(server.PREFIX + '/screenshots/canvas.html'); |     await page.goto(server.PREFIX + '/screenshots/canvas.html'); | ||||||
| @ -277,8 +276,7 @@ it.describe('page screenshot', () => { | |||||||
|     expect(screenshot).toMatchSnapshot('screenshot-canvas.png'); |     expect(screenshot).toMatchSnapshot('screenshot-canvas.png'); | ||||||
|   }); |   }); | ||||||
| 
 | 
 | ||||||
|   it('should capture canvas changes', async ({ page, isElectron, browserName, isMac, browserMajorVersion, isWebView2 }) => { |   it('should capture canvas changes', async ({ page, isElectron, browserName, isMac, isWebView2 }) => { | ||||||
|     it.fixme(browserName === 'firefox' && browserMajorVersion === 110, 'https://github.com/microsoft/playwright/issues/20522'); |  | ||||||
|     it.fixme(browserName === 'webkit' && isMac, 'https://github.com/microsoft/playwright/issues/8796,https://github.com/microsoft/playwright/issues/16180'); |     it.fixme(browserName === 'webkit' && isMac, 'https://github.com/microsoft/playwright/issues/8796,https://github.com/microsoft/playwright/issues/16180'); | ||||||
|     it.skip(isElectron); |     it.skip(isElectron); | ||||||
|     it.skip(isWebView2); |     it.skip(isWebView2); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Andrey Lushnikov
						Andrey Lushnikov