Skip to content

Commit

Permalink
Roll chrome to 123.0.6312.58 (#2511)
Browse files Browse the repository at this point in the history
* Roll chrome to 123.0.6312.58

* bump version

* Update test name

* Move some tests to extensions

* Improve oopif tests

* Fix Page.bringToFront tests

* Remove extra test

* move some other tests

* update headful test

* Ignore flaky tests

* Move another oopif test

* dotnet format
  • Loading branch information
kblok committed Mar 20, 2024
1 parent d6439be commit a740105
Show file tree
Hide file tree
Showing 11 changed files with 1,298 additions and 967 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@
"parameters": ["FIREFOX"],
"expectations": ["FAIL"]
},
{
"comment": "TODO Review why is failing on Ci/CD",
"testIdPattern": "[headful.spec] headful tests HEADFUL headless should be able to read cookies written by headful",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["FIREFOX"],
"expectations": ["FAIL"]
},
{
"comment": "TODO Review why is failing on Ci/CD",
"testIdPattern": "[headful.spec] headful tests HEADFUL headless should be able to read cookies written by headful",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["CHROME"],
"expectations": ["FAIL"]
},
{
"comment": "TODO Review why is failing on Ci/CD",
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch userDataDir option should restore state",
Expand Down
Loading

0 comments on commit a740105

Please sign in to comment.