Skip to content

Commit 0452439

Browse files
committed
Fixing the planhours lookup.
1 parent c8260e4 commit 0452439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ describe('Dashboard assert', () => {
321321
// cy.wait('@index-update', { timeout: 60000 });
322322
// cy.get('#backwards').click();
323323
// cy.wait('@index-update', { timeout: 60000 });
324-
// cy.get('#plannedHours3').should('include.text', '56:00');
324+
// cy.get('#plannedHours0').should('include.text', '56:00');
325325
//
326326
// for (let i = 0; i < planTexts.length; i++) {
327327
// let plannedHoursId = `#plannedHours0_${i}`;
@@ -495,7 +495,7 @@ describe('Dashboard assert', () => {
495495
cy.wait('@index-update', { timeout: 60000 });
496496
cy.get('#backwards').click();
497497
cy.wait('@index-update', { timeout: 60000 });
498-
cy.get('#plannedHours3').should('include.text', '53:15');
498+
cy.get('#plannedHours0').should('include.text', '53:15');
499499
for (let i = 0; i < planTexts.length; i++) {
500500
let plannedHoursId = `#plannedHours0_${i}`;
501501
// cy.get(plannedHoursId).should('include.text', planTexts[i].plannedHours);
@@ -681,7 +681,7 @@ describe('Dashboard assert', () => {
681681
cy.wait('@index-update', { timeout: 60000 });
682682
cy.get('#backwards').click();
683683
cy.wait('@index-update', { timeout: 60000 });
684-
cy.get('#plannedHours3').should('include.text', '53:15');
684+
cy.get('#plannedHours0').should('include.text', '53:15');
685685
for (let i = 0; i < updatePlanTexts.length; i++) {
686686
// let plannedHoursId = `#plannedHours0_${i}`;
687687
// if (updatePlanTexts[i].plannedHours !== '') {

0 commit comments

Comments
 (0)