mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	chore: roll folio to 0.3.13 (#4215)
This commit is contained in:
		
							parent
							
								
									14f069eac6
								
							
						
					
					
						commit
						ba7949359f
					
				
							
								
								
									
										1500
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1500
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -68,7 +68,7 @@
 | 
				
			|||||||
    "electron": "^9.2.1",
 | 
					    "electron": "^9.2.1",
 | 
				
			||||||
    "eslint": "^7.7.0",
 | 
					    "eslint": "^7.7.0",
 | 
				
			||||||
    "eslint-plugin-notice": "^0.9.10",
 | 
					    "eslint-plugin-notice": "^0.9.10",
 | 
				
			||||||
    "folio": "=0.3.11",
 | 
					    "folio": "=0.3.13",
 | 
				
			||||||
    "formidable": "^1.2.2",
 | 
					    "formidable": "^1.2.2",
 | 
				
			||||||
    "ncp": "^2.0.0",
 | 
					    "ncp": "^2.0.0",
 | 
				
			||||||
    "node-stream-zip": "^1.11.3",
 | 
					    "node-stream-zip": "^1.11.3",
 | 
				
			||||||
 | 
				
			|||||||
@ -26,7 +26,7 @@ import type { Browser, BrowserContext, BrowserContextOptions, BrowserType, Launc
 | 
				
			|||||||
export { expect, config } from 'folio';
 | 
					export { expect, config } from 'folio';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Test timeout for e2e tests is 30 seconds.
 | 
					// Test timeout for e2e tests is 30 seconds.
 | 
				
			||||||
config.timeout = Math.max(config.timeout, 30000);
 | 
					config.timeout = 30000;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Parameters ------------------------------------------------------------------
 | 
					// Parameters ------------------------------------------------------------------
 | 
				
			||||||
// ... these can be used to run tests in different modes.
 | 
					// ... these can be used to run tests in different modes.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user