mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(chromium-tip-of-tree): roll to r1007 (#14225)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
This commit is contained in:
parent
4af778fa46
commit
d6780c5b29
@ -15,9 +15,9 @@
|
||||
},
|
||||
{
|
||||
"name": "chromium-tip-of-tree",
|
||||
"revision": "1005",
|
||||
"revision": "1007",
|
||||
"installByDefault": false,
|
||||
"browserVersion": "103.0.5054.0"
|
||||
"browserVersion": "104.0.5067.0"
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
|
@ -102,7 +102,6 @@ it.describe('permissions', () => {
|
||||
|
||||
it('should trigger permission onchange', async ({ page, context, server, browserName, headless }) => {
|
||||
it.fail(browserName === 'webkit');
|
||||
it.fail(browserName === 'chromium' && !headless);
|
||||
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
await page.evaluate(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user