Skip to content

Commit 1e54b54

Browse files
committed
Trying with adding a simple wait.
1 parent ea9afcc commit 1e54b54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eform-client/cypress/e2e/plugins/time-planning-pn/b/dashboard-assert.spec.cy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ describe('Dashboard assert', () => {
509509
cy.get('#plannedBreakOfShift2').should('have.value', planTexts[i].plannedBreakOfShift2);
510510
cy.get('#plannedEndOfShift2').should('have.value', planTexts[i].plannedEndOfShift2);
511511
cy.get('#cancelButton').click();
512+
cy.wait(500);
512513
}
513514

514515
cy.get('#forwards').click();
@@ -693,6 +694,7 @@ describe('Dashboard assert', () => {
693694
cy.get('#plannedBreakOfShift2').should('include.value', updatePlanTexts[i].plannedBreakOfShift2);
694695
cy.get('#plannedEndOfShift2').should('include.value', updatePlanTexts[i].plannedEndOfShift2);
695696
cy.get('#cancelButton').click();
697+
cy.wait(500);
696698
}
697699

698700
cy.get('#forwards').click();

0 commit comments

Comments
 (0)