feat(chromium-tip-of-tree): roll to r1142 (#26441)

This commit is contained in:
Playwright Service 2023-08-12 11:00:16 -07:00 committed by GitHub
parent 96965cfbe9
commit 04b71bf660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
},
{
"name": "chromium-tip-of-tree",
"revision": "1136",
"revision": "1142",
"installByDefault": false,
"browserVersion": "117.0.5913.0"
"browserVersion": "118.0.5941.0"
},
{
"name": "firefox",

View File

@ -170,7 +170,7 @@ it('rich text editable fields should have children', async function({ page, brow
role: 'text',
name: chromiumVersionLessThan(browserVersion, '108.0.5325.0') ? 'Edit this image:' : 'Edit this image: '
}, {
role: 'img',
role: chromiumVersionLessThan(browserVersion, '117.0.5927.0') ? 'img' : 'image',
name: 'my fake image'
}]
};