test: update accessibility test expectations (#15029)

This commit is contained in:
Max Schmitt 2022-06-22 09:20:51 +02:00 committed by GitHub
parent 9525bedc1f
commit d40761541f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:'
}, {