Skip to content

Commit 9db5d0d

Browse files
fix cy files - 4295
1 parent 68ebd7c commit 9db5d0d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/collection-statistics.cy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ describe('Collection Statistics Page', () => {
66

77
it('should load if you click on "Statistics" from a Collection page', () => {
88
cy.visit(`/collections/${Cypress.env('DSPACE_TEST_COLLECTION')}`);
9-
// Busca el enlace por su texto visible
109
cy.contains('a', 'Statistics', { timeout: 10000 }).should('be.visible').click();
1110
cy.location('pathname').should('eq', COLLECTIONSTATISTICSPAGE);
1211
});

cypress/e2e/community-statistics.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { testA11y } from 'cypress/support/utils';
44
describe('Community Statistics Page', () => {
55
const COMMUNITYSTATISTICSPAGE = `/statistics/communities/${Cypress.env('DSPACE_TEST_COMMUNITY')}`;
66

7+
//solve error
78
it('should load if you click on "Statistics" from a Community page', () => {
89
cy.visit(`/communities/${Cypress.env('DSPACE_TEST_COMMUNITY')}`);
910
cy.contains('a', 'Statistics', { timeout: 10000 }).should('be.visible').click();

0 commit comments

Comments
 (0)