Skip to content

Commit 158ebb0

Browse files
committed
Reenable accessibility check fixed in DSpace#2251
1 parent 50899f1 commit 158ebb0

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

cypress/e2e/community-list.cy.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ describe('Community List Page', () => {
1313
cy.get('[data-test="expand-button"]').click({ multiple: true });
1414

1515
// 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-
);
16+
testA11y('ds-community-list-page');
2417
});
2518
});

0 commit comments

Comments
 (0)