We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f618e commit 2369b27Copy full SHA for 2369b27
1 file changed
cypress/e2e/health-page.cy.ts
@@ -30,8 +30,10 @@ describe('Health Page > Info Tab', () => {
30
cy.get('ds-health-page').should('be.visible');
31
cy.get('a[data-test="health-page.info-tab"]').click();
32
33
- // Analyze <ds-health-page> for accessibility issues
34
- testA11y('ds-health-page', {
+ cy.get('ds-health-info').should('be.visible');
+
35
+ // Analyze <ds-health-info> for accessibility issues
36
+ testA11y('ds-health-info', {
37
rules: {
38
// All panels are accordians & fail "aria-required-children" and "nested-interactive".
39
// Seem to require updating ng-bootstrap and https://github.com/DSpace/dspace-angular/issues/2216
0 commit comments