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:
Playwright Service 2022-11-30 11:11:54 -08:00 committed by GitHub
parent de1fc170b2
commit f952e1147b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -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(() => {