Skip to content

Commit 2369b27

Browse files
[CST-15592] change health page test target for second tab
1 parent 69f618e commit 2369b27

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

cypress/e2e/health-page.cy.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ describe('Health Page > Info Tab', () => {
3030
cy.get('ds-health-page').should('be.visible');
3131
cy.get('a[data-test="health-page.info-tab"]').click();
3232

33-
// Analyze <ds-health-page> for accessibility issues
34-
testA11y('ds-health-page', {
33+
cy.get('ds-health-info').should('be.visible');
34+
35+
// Analyze <ds-health-info> for accessibility issues
36+
testA11y('ds-health-info', {
3537
rules: {
3638
// All panels are accordians & fail "aria-required-children" and "nested-interactive".
3739
// Seem to require updating ng-bootstrap and https://github.com/DSpace/dspace-angular/issues/2216

0 commit comments

Comments
 (0)