core: update start of free block in signal projection (space-time chart) when stopping on closed signal #15028
Annotations
2 errors, 2 warnings, and 1 notice
tests/pages/op-timetable-page-model.ts#L232
1) [firefox] › 012-op-simulation-settings-tab.spec.ts:186:7 › Simulation Settings Tab Verification › Activate composition code
Error: expect(received).toEqual(expected) // deep equality
Expected: "11:52"
Received: "12:03"
at pages/op-timetable-page-model.ts:232
230 | await expect(this.trainArrivalTime).toBeVisible();
231 | const actualArrivalTime = await this.trainArrivalTime.textContent();
> 232 | expect(actualArrivalTime).toEqual(expectedArrivalTime);
| ^
233 | }
234 |
235 | async clickOnScenarioCollapseButton() {
at OperationalStudiesTimetablePage.getTrainArrivalTime (/app/front/tests/pages/op-timetable-page-model.ts:232:31)
at /app/front/tests/012-op-simulation-settings-tab.spec.ts:237:5
|
tests/pages/stdcm-page-model.ts#L499
2) [webkit] › 006-stdcm.spec.ts:68:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Error: Download event was not triggered.
at pages/stdcm-page-model.ts:499
497 | await this.downloadSimulationButton.click({ force: true });
498 | const download = await downloadPromise.catch(() => {
> 499 | throw new Error('Download event was not triggered.');
| ^
500 | });
501 |
502 | // Verify filename and save the download
at /app/front/tests/pages/stdcm-page-model.ts:499:13
at STDCMPage.downloadSimulation (/app/front/tests/pages/stdcm-page-model.ts:498:22)
at /app/front/tests/006-stdcm.spec.ts:89:5
|
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 29.7s
|
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 16.5s
|
|
The logs for this run have expired and are no longer available.
Loading