mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(chromium-tip-of-tree): roll to r1063 (#19070)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
de1fc170b2
commit
f952e1147b
@ -15,9 +15,9 @@
|
||||
},
|
||||
{
|
||||
"name": "chromium-tip-of-tree",
|
||||
"revision": "1062",
|
||||
"revision": "1063",
|
||||
"installByDefault": false,
|
||||
"browserVersion": "110.0.5432.0"
|
||||
"browserVersion": "110.0.5435.0"
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
|
@ -103,6 +103,7 @@ it.describe('permissions', () => {
|
||||
it('should trigger permission onchange', async ({ page, context, server, browserName, headless, browserMajorVersion }) => {
|
||||
it.fail(browserName === 'webkit');
|
||||
it.fail(browserName === 'chromium' && !headless && browserMajorVersion <= 102, 'Fixed on ToT, remove once Beta rolls');
|
||||
it.fixme(browserName === 'chromium' && browserMajorVersion >= 110, 'https://github.com/microsoft/playwright/issues/19180');
|
||||
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
await page.evaluate(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user