mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: update accessibility test expectations (#15029)
This commit is contained in:
parent
9525bedc1f
commit
d40761541f
@ -193,7 +193,7 @@ it('rich text editable fields with role should have children', async function({
|
||||
name: '',
|
||||
multiline: (browserName === 'chromium' && browserMajorVersion >= 92) ? true : undefined,
|
||||
value: 'Edit this image: ',
|
||||
children: (chromiumVersionLessThan(browserVersion, '104.0.5106.0') && browserName === 'chromium') ? [{
|
||||
children: (chromiumVersionLessThan(browserVersion, '104.0.1293.1') && browserName === 'chromium') ? [{
|
||||
role: 'text',
|
||||
name: 'Edit this image:'
|
||||
}, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user