mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	test: uncomment utility world test
This commit is contained in:
		
							parent
							
								
									37cacb12f5
								
							
						
					
					
						commit
						043e2f7513
					
				| @ -216,7 +216,7 @@ module.exports.addTests = function({testRunner, expect, product, playwright, FFO | |||||||
|       await frame.waitForSelector('div'); |       await frame.waitForSelector('div'); | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     it.skip(FFOX || WEBKIT)('should work with removed MutationObserver', async({page, server}) => { |     fit.skip(FFOX)('should work with removed MutationObserver', async({page, server}) => { | ||||||
|       await page.evaluate(() => delete window.MutationObserver); |       await page.evaluate(() => delete window.MutationObserver); | ||||||
|       const [handle] = await Promise.all([ |       const [handle] = await Promise.all([ | ||||||
|         page.waitForSelector('.zombo'), |         page.waitForSelector('.zombo'), | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Pavel Feldman
						Pavel Feldman