You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-29 15:23:11 +03:00
Disable axe check which only fails in Chrome (#11909)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
29ed91749e
commit
25ca51a41c
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user