Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c72cbdb23 
							
						 
					 
					
						
						
							
							feat(webkit): roll WebKit to r1898 ( #26738 )  
						
						
						
						
					 
					
						2023-08-28 19:44:52 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b39fd7283f 
							
						 
					 
					
						
						
							
							chore: skip tests that fail in cross-machine service mode ( #24412 )  
						
						
						
						
					 
					
						2023-07-25 16:47:04 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							870edd1aae 
							
						 
					 
					
						
						
							
							feat(firefox): roll Firefox to 1387 ( #21542 )  
						
						... 
						
						
						
						Fixes  #21109 
Fixes  #21430  
					
						2023-03-10 09:25:54 -08:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41dc45d471 
							
						 
					 
					
						
						
							
							test: add test for page.goto with hash at the end ( #21437 )  
						
						... 
						
						
						
						https://github.com/microsoft/playwright/issues/21430  
					
						2023-03-07 17:53:30 +01:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfc895787f 
							
						 
					 
					
						
						
							
							fix(firefox): fix reload with hash URLs ( #21322 )  
						
						... 
						
						
						
						Fixes  #21145  
					
						2023-03-01 18:56:30 -08:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d3b056f27 
							
						 
					 
					
						
						
							
							test: add more tests for reload ( #21296 )  
						
						... 
						
						
						
						Make sure `page.reload()` doesn't reload a related popup and
only reloads target page. 
						
						
					 
					
						2023-03-01 10:52:55 -08:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b607c92651 
							
						 
					 
					
						
						
							
							test: add a regression test for reload bug in firefox ( #21282 )  
						
						... 
						
						
						
						References https://github.com/microsoft/playwright/issues/20791  
						
						
					 
					
						2023-02-28 16:05:12 -08:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8b8444dacc 
							
						 
					 
					
						
						
							
							test: page.reload() on a page with a hash ( #21152 )  
						
						... 
						
						
						
						https://github.com/microsoft/playwright/issues/21145  
					
						2023-02-23 13:22:22 +01:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99266e48ec 
							
						 
					 
					
						
						
							
							test: add a test for bfcache and history navigations ( #17796 )  
						
						... 
						
						
						
						Fixes  #17618 . 
					
						2022-10-03 19:13:28 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aac9df0542 
							
						 
					 
					
						
						
							
							test: update "page.goBack should work for file urls" to match status quo ( #16810 )  
						
						... 
						
						
						
						Chromium works correctly, WebKit mac has a security error, Firefox fails to go back. 
						
						
					 
					
						2022-08-26 08:56:31 -07:00 
						 
				 
			
				
					
						
							
							
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1154fffd8b 
							
						 
					 
					
						
						
							
							feat(webkit): roll to r1707 ( #16668 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Schmitt <max@schmitt.mx> 
						
						
					 
					
						2022-08-19 11:09:39 +02:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							52eca0550d 
							
						 
					 
					
						
						
							
							test: page.reload() works with cross-origin redirect ( #16655 )  
						
						
						
						
					 
					
						2022-08-18 17:35:02 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ae50861a3 
							
						 
					 
					
						
						
							
							fix(reload): make sure reload() does not pick same-document navigaiton ( #16504 )  
						
						... 
						
						
						
						We lack `documentId` when doing a reload over browser protocols, so
`reload()` waits for the next navigation to finish. Sometimes, the page
might issue a same-document navigation while reload is in progress,
which confuses the reload command.
To fix the issue, just ignore same-document navigations for reload,
because it is always a new document. 
						
						
					 
					
						2022-08-12 13:48:47 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90e76f9adb 
							
						 
					 
					
						
						
							
							test: rename #smoke to @smoke as test tags ( #12652 )  
						
						
						
						
					 
					
						2022-03-10 19:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6c2b32b53 
							
						 
					 
					
						
						
							
							test: introduce #smoke tests ( #11135 )  
						
						... 
						
						
						
						This patch introduces 109 "#smoke" tests - a subset of tests that makes
sure that basic Playwright functionality works. This set is loosely
defined; feel free to add/remove tests to the set. The only goal is to
keep this set minimal & fast to run.
I tried to pick tests so that various parts of Playwright functionality
are exercised. 
						
						
					 
					
						2021-12-29 18:51:28 -08:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd22072685 
							
						 
					 
					
						
						
							
							chore: enable object-curly-spacing in ESLint ( #9168 )  
						
						
						
						
					 
					
						2021-09-27 18:58:08 +02:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							217cbe3e21 
							
						 
					 
					
						
						
							
							test: cleanup bad usages of pageTest ( #6430 )  
						
						
						
						
					 
					
						2021-05-06 07:08:22 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9433cae4fe 
							
						 
					 
					
						
						
							
							test: move all page tests to a subdirectory ( #6427 )  
						
						
						
						
					 
					
						2021-05-05 19:10:28 -07:00