mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Disable axe check which only fails in Chrome (#11909)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
29ed91749e
commit
25ca51a41c
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue