Skip to content

Commit

Permalink
fix flaky cypress test (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: EKEBERG Steffen <steffen.ekeberg@soprasteria.com>
  • Loading branch information
lorang92 and lorangSec authored Jun 16, 2022
1 parent 59eabef commit c53a978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cypress/e2e/integration/app-frontend/summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c53a978

Please sign in to comment.