mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-02 10:34:27 +03:00
feat(chromium-tip-of-tree): roll to r1142 (#26441)
This commit is contained in:
parent
96965cfbe9
commit
04b71bf660
@ -15,9 +15,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "chromium-tip-of-tree",
|
"name": "chromium-tip-of-tree",
|
||||||
"revision": "1136",
|
"revision": "1142",
|
||||||
"installByDefault": false,
|
"installByDefault": false,
|
||||||
"browserVersion": "117.0.5913.0"
|
"browserVersion": "118.0.5941.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
|
@ -170,7 +170,7 @@ it('rich text editable fields should have children', async function({ page, brow
|
|||||||
role: 'text',
|
role: 'text',
|
||||||
name: chromiumVersionLessThan(browserVersion, '108.0.5325.0') ? 'Edit this image:' : 'Edit this image: '
|
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'
|
name: 'my fake image'
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user