We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50899f1 commit 158ebb0Copy full SHA for 158ebb0
1 file changed
cypress/e2e/community-list.cy.ts
@@ -13,13 +13,6 @@ describe('Community List Page', () => {
13
cy.get('[data-test="expand-button"]').click({ multiple: true });
14
15
// Analyze <ds-community-list-page> for accessibility issues
16
- // Disable heading-order checks until it is fixed
17
- testA11y('ds-community-list-page',
18
- {
19
- rules: {
20
- 'heading-order': { enabled: false }
21
- }
22
- } as Options
23
- );
+ testA11y('ds-community-list-page');
24
});
25
0 commit comments