Reenable accessibility check fixed in #2251

(cherry picked from commit 158ebb0e32)
This commit is contained in:
Tim Donohue
2023-08-29 11:41:03 -05:00
committed by github-actions[bot]
parent 7ebdc43ca2
commit baecf2ac11

View File

@@ -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');
});
});