Skip to content

Commit

Permalink
fix: a11y test after rolling chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jan 17, 2022
1 parent 5e8ae65 commit 24644fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/accessibility.spec.ts
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 24644fd

Please sign in to comment.