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: '',
|
name: '',
|
||||||
multiline: (browserName === 'chromium' && browserMajorVersion >= 92) ? true : undefined,
|
multiline: (browserName === 'chromium' && browserMajorVersion >= 92) ? true : undefined,
|
||||||
value: 'Edit this image: ',
|
value: 'Edit this image: ',
|
||||||
children: (chromiumVersionLessThan(browserVersion, '104.0.5106.0') && browserName === 'chromium') ? [{
|
children: (chromiumVersionLessThan(browserVersion, '104.0.1293.1') && browserName === 'chromium') ? [{
|
||||||
role: 'text',
|
role: 'text',
|
||||||
name: 'Edit this image:'
|
name: 'Edit this image:'
|
||||||
}, {
|
}, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue