mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-15592] change health page test target for second tab
(cherry picked from commit 2369b27178
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
75981cf46e
commit
a80b324f1f
@@ -30,8 +30,10 @@ describe('Health Page > Info Tab', () => {
|
||||
cy.get('ds-health-page').should('be.visible');
|
||||
cy.get('a[data-test="health-page.info-tab"]').click();
|
||||
|
||||
// Analyze <ds-health-page> for accessibility issues
|
||||
testA11y('ds-health-page', {
|
||||
cy.get('ds-health-info').should('be.visible');
|
||||
|
||||
// Analyze <ds-health-info> for accessibility issues
|
||||
testA11y('ds-health-info', {
|
||||
rules: {
|
||||
// All panels are accordians & fail "aria-required-children" and "nested-interactive".
|
||||
// Seem to require updating ng-bootstrap and https://github.com/DSpace/dspace-angular/issues/2216
|
||||
|
Reference in New Issue
Block a user