Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' into johannes/webpack-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Nov 20, 2023
2 parents 9af4038 + 25ca51a commit e069d87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/e2e/spaces/spaces.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@ describe("Spaces", () => {
"nested-interactive": {
enabled: false,
},
// Disable this check as it wrongly triggers on the room list container which has
// roving tab index elements with automatic scrolling
"scrollable-region-focusable": {
enabled: false,
},
},
};
cy.checkA11y(undefined, axeOptions);
Expand Down

0 comments on commit e069d87

Please sign in to comment.