mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Merge branch 'develop' into johannes/webpack-5
This commit is contained in:
commit
e069d87afa
1 changed files with 5 additions and 0 deletions
|
@ -294,6 +294,11 @@ describe("Spaces", () => {
|
||||||
"nested-interactive": {
|
"nested-interactive": {
|
||||||
enabled: false,
|
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);
|
cy.checkA11y(undefined, axeOptions);
|
||||||
|
|
Loading…
Reference in a new issue