Skip to content

Commit b6a507d

Browse files
committed
Reenable accessibility test which is now fixed
1 parent aca1411 commit b6a507d

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

cypress/e2e/admin-sidebar.cy.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { testA11y } from 'cypress/support/utils';
2-
import { Options } from 'cypress-axe';
32

43
describe('Admin Sidebar', () => {
54
beforeEach(() => {
@@ -16,13 +15,6 @@ describe('Admin Sidebar', () => {
1615
cy.get('ds-expandable-admin-sidebar-section').click({ multiple: true });
1716

1817
// Analyze <ds-admin-sidebar> for accessibility
19-
testA11y('ds-admin-sidebar',
20-
{
21-
rules: {
22-
// Currently all expandable sections have nested interactive elements
23-
// See https://github.com/DSpace/dspace-angular/issues/2178
24-
'nested-interactive': { enabled: false },
25-
},
26-
} as Options);
18+
testA11y('ds-admin-sidebar');
2719
});
2820
});

0 commit comments

Comments
 (0)