Skip to content

Commit 2a31ec8

Browse files
author
FrancescoMauto
committed
[DSC-1786] Ported test skip from community
1 parent 11c4e0d commit 2a31ec8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cypress/e2e/homepage-statistics.cy.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ describe('Site Statistics Page', () => {
1212
cy.location('pathname').should('eq', '/statistics');
1313
});
1414

15-
it('should pass accessibility tests', () => {
15+
// Skipped: this test depends on the external backend image (seeded demo entity + Solr
16+
// statistics indexing). The "Most Viewed" table label loads asynchronously from that
17+
// backend and intermittently stays empty in CI, which we cannot fix from the frontend.
18+
it.skip('should pass accessibility tests', () => {
1619
// generate 2 view events on an Item's page
1720
cy.generateViewEvent(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION'), 'item');
1821
cy.generateViewEvent(Cypress.env('DSPACE_TEST_ENTITY_PUBLICATION'), 'item');

0 commit comments

Comments
 (0)