From 24644fd3dc9bd76f098ebe3643dca3780e212bc8 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 17 Jan 2022 11:43:02 +0100 Subject: [PATCH] fix: a11y test after rolling chromium --- test/accessibility.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/accessibility.spec.ts b/test/accessibility.spec.ts index 2f6cc1a620910..870f47244e7bf 100644 --- a/test/accessibility.spec.ts +++ b/test/accessibility.spec.ts @@ -454,6 +454,7 @@ describeFailsFirefox('Accessibility', function () { { role: 'menuitem', name: 'Second Item' }, { role: 'menuitem', name: 'Third Item' }, ], + orientation: 'vertical', }); }); it('should return null when the element is no longer in DOM', async () => {