Skip to content

Commit

Permalink
Reenable accessibility check fixed in DSpace#2251
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Aug 29, 2023
1 parent 50899f1 commit 158ebb0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions cypress/e2e/community-list.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ describe('Community List Page', () => {
cy.get('[data-test="expand-button"]').click({ multiple: true });

// Analyze <ds-community-list-page> for accessibility issues
// Disable heading-order checks until it is fixed
testA11y('ds-community-list-page',
{
rules: {
'heading-order': { enabled: false }
}
} as Options
);
testA11y('ds-community-list-page');
});
});

0 comments on commit 158ebb0

Please sign in to comment.