From d40761541f6429a11f57170257f7d7d89186637f Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 22 Jun 2022 09:20:51 +0200 Subject: [PATCH] test: update accessibility test expectations (#15029) --- tests/page/page-accessibility.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/page/page-accessibility.spec.ts b/tests/page/page-accessibility.spec.ts index 3905e4c065..aa1f3e3c43 100644 --- a/tests/page/page-accessibility.spec.ts +++ b/tests/page/page-accessibility.spec.ts @@ -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:' }, {