build #20927
Annotations
5 errors, 3 warnings, and 1 notice
Run Playwright tests:
tests/pages/operational-studies/operational-studies-page.ts#L190
1) [chromium] › 005-operational-studies.spec.ts:72:3 › Verify simulation configuration in operational studies for train schedules and paced trains › Add a paced train
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at pages/operational-studies/operational-studies-page.ts:190
188 | startTimeDate.getMonth() === scenarioCreationDate.getMonth() &&
189 | startTimeDate.getDate() === scenarioCreationDate.getDate();
> 190 | expect(isSameDate).toBe(true);
| ^
191 |
192 | await expect(this.trainInitialSpeedInput).toBeVisible();
193 | await expect(this.trainInitialSpeedInput).toHaveValue('0');
at OperationalStudiesPage.checkInputsAndButtons (/app/front/tests/pages/operational-studies/operational-studies-page.ts:190:24)
at /app/front/tests/005-operational-studies.spec.ts:87:5
|
Run Playwright tests:
tests/pages/operational-studies/operational-studies-page.ts#L190
1) [chromium] › 005-operational-studies.spec.ts:72:3 › Verify simulation configuration in operational studies for train schedules and paced trains › Add a paced train
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at pages/operational-studies/operational-studies-page.ts:190
188 | startTimeDate.getMonth() === scenarioCreationDate.getMonth() &&
189 | startTimeDate.getDate() === scenarioCreationDate.getDate();
> 190 | expect(isSameDate).toBe(true);
| ^
191 |
192 | await expect(this.trainInitialSpeedInput).toBeVisible();
193 | await expect(this.trainInitialSpeedInput).toHaveValue('0');
at OperationalStudiesPage.checkInputsAndButtons (/app/front/tests/pages/operational-studies/operational-studies-page.ts:190:24)
at /app/front/tests/005-operational-studies.spec.ts:87:5
|
Run Playwright tests:
tests/pages/operational-studies/operational-studies-page.ts#L190
2) [firefox] › 005-operational-studies.spec.ts:72:3 › Verify simulation configuration in operational studies for train schedules and paced trains › Add a paced train
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at pages/operational-studies/operational-studies-page.ts:190
188 | startTimeDate.getMonth() === scenarioCreationDate.getMonth() &&
189 | startTimeDate.getDate() === scenarioCreationDate.getDate();
> 190 | expect(isSameDate).toBe(true);
| ^
191 |
192 | await expect(this.trainInitialSpeedInput).toBeVisible();
193 | await expect(this.trainInitialSpeedInput).toHaveValue('0');
at OperationalStudiesPage.checkInputsAndButtons (/app/front/tests/pages/operational-studies/operational-studies-page.ts:190:24)
at /app/front/tests/005-operational-studies.spec.ts:87:5
|
Run Playwright tests:
tests/pages/operational-studies/operational-studies-page.ts#L190
2) [firefox] › 005-operational-studies.spec.ts:72:3 › Verify simulation configuration in operational studies for train schedules and paced trains › Add a paced train
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at pages/operational-studies/operational-studies-page.ts:190
188 | startTimeDate.getMonth() === scenarioCreationDate.getMonth() &&
189 | startTimeDate.getDate() === scenarioCreationDate.getDate();
> 190 | expect(isSameDate).toBe(true);
| ^
191 |
192 | await expect(this.trainInitialSpeedInput).toBeVisible();
193 | await expect(this.trainInitialSpeedInput).toHaveValue('0');
at OperationalStudiesPage.checkInputsAndButtons (/app/front/tests/pages/operational-studies/operational-studies-page.ts:190:24)
at /app/front/tests/005-operational-studies.spec.ts:87:5
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
[chromium] › 014-stdcm-linked-train.spec.ts#L1
[chromium] › 014-stdcm-linked-train.spec.ts took 37.4s
|
Run Playwright tests:
[chromium] › 009-rolling-stock-editor.spec.ts#L1
[chromium] › 009-rolling-stock-editor.spec.ts took 32.8s
|
Run Playwright tests:
[chromium] › 013-stdcm-simulation-sheet.spec.ts#L1
[chromium] › 013-stdcm-simulation-sheet.spec.ts took 30.0s
|
Run Playwright tests
2 failed
[chromium] › 005-operational-studies.spec.ts:72:3 › Verify simulation configuration in operational studies for train schedules and paced trains › Add a paced train
[firefox] › 005-operational-studies.spec.ts:72:3 › Verify simulation configuration in operational studies for train schedules and paced trains › Add a paced train
84 passed (6.6m)
|
Loading