diff --git a/test/cypress/e2e/integration/app-frontend/summary.js b/test/cypress/e2e/integration/app-frontend/summary.js index 6963564eda..e2cc2fa73e 100644 --- a/test/cypress/e2e/integration/app-frontend/summary.js +++ b/test/cypress/e2e/integration/app-frontend/summary.js @@ -96,6 +96,7 @@ describe('Summary', () => { cy.get(appFrontend.group.mainGroupSummary).should('be.visible').and('have.length', 1); cy.get(appFrontend.group.mainGroupSummary) .first() + .should('be.visible').and('have.length', 1) .children(mui.gridItem) .then((item) => { cy.get(item).should('have.length', 4);