Merge branch 'develop' into johannes/webpack-5

pull/28217/head
Johannes Marbach 2023-11-20 11:22:22 +01:00
commit e069d87afa
1 changed files with 5 additions and 0 deletions

View File

@ -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);