mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	test: disable "should work with video+trace" on headed (#20299)
This commit is contained in:
		
							parent
							
								
									6c5317bd31
								
							
						
					
					
						commit
						0ec1d5d452
					
				| @ -724,8 +724,9 @@ it.describe('screencast', () => { | |||||||
|     expectAll(pixels, almostRed); |     expectAll(pixels, almostRed); | ||||||
|   }); |   }); | ||||||
| 
 | 
 | ||||||
|   it('should work with video+trace', async ({ browser, trace }, testInfo) => { |   it('should work with video+trace', async ({ browser, trace, headless }, testInfo) => { | ||||||
|     it.skip(trace === 'on'); |     it.skip(trace === 'on'); | ||||||
|  |     it.fixme(!headless, 'different trace screencast image size on all browsers'); | ||||||
| 
 | 
 | ||||||
|     const size = { width: 500, height: 400 }; |     const size = { width: 500, height: 400 }; | ||||||
|     const traceFile = testInfo.outputPath('trace.zip'); |     const traceFile = testInfo.outputPath('trace.zip'); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dmitry Gozman
						Dmitry Gozman