Skip to content

front: fix displayed op on manchette #17660

front: fix displayed op on manchette

front: fix displayed op on manchette #17660

Triggered via pull request January 15, 2025 16:54
Status Failure
Total duration 29m 22s
Artifacts 3

build.yml

on: pull_request
Matrix: Build
Check dockerfiles
9s
Check dockerfiles
Check scripts
3s
Check scripts
Check generated railjson sync
22s
Check generated railjson sync
Check railjson generator
2m 1s
Check railjson generator
Check commits
6s
Check commits
Check final newline
11s
Check final newline
Check integration tests
1m 24s
Check integration tests
Check osrd schema
48s
Check osrd schema
Check toml
8s
Check toml
Check infra schema sync
18s
Check infra schema sync
Check reuse compliance
12s
Check reuse compliance
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 31 warnings, and 1 notice
Check commits
Process completed with exit code 1.
[chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables: tests/pages/op-output-table-page-model.ts#L142
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "North_East_station", "stopTime": "0", "trackName": "V2", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "920 s", + "difference": "891 s", + "theoretical": "5 %", + "theoreticalS": "29 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:47:40", + "calculatedDeparture": "11:52:39", + "margin": Object { + "actual": "253 s", + "difference": "244 s", + "theoretical": "1 min/100km", + "theoreticalS": "9 s", + }, + "requestedArrival": "11:47:40", + "requestedDeparture": "11:52:40", + "shortSlipDistance": true, + "signalReceptionClosed": true, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "300", + "trackName": "V1", + }, + Object { + "calculatedArrival": "12:05:21", + "calculatedDeparture": "12:07:24", + "margin": Object { + "actual": "12 s", + "difference": "0 s", + "theoretical": "1 min/100km", + "theoreticalS": "12 s", + }, + "requestedArrival": "12:05:21", + "requestedDeparture": "12:07:25", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "12:16:22", + "calculatedDeparture": "12:16:22", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "North_East_station", + "stopTime": "0", + "trackName": "V2", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:180:5
[chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables: tests/pages/op-output-table-page-model.ts#L142
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "North_East_station", "stopTime": "0", "trackName": "V2", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "920 s", + "difference": "891 s", + "theoretical": "5 %", + "theoreticalS": "29 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:47:40", + "calculatedDeparture": "11:52:39", + "margin": Object { + "actual": "253 s", + "difference": "244 s", + "theoretical": "1 min/100km", + "theoreticalS": "9 s", + }, + "requestedArrival": "11:47:40", + "requestedDeparture": "11:52:40", + "shortSlipDistance": true, + "signalReceptionClosed": true, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "300", + "trackName": "V1", + }, + Object { + "calculatedArrival": "12:05:21", + "calculatedDeparture": "12:07:24", + "margin": Object { + "actual": "12 s", + "difference": "0 s", + "theoretical": "1 min/100km", + "theoreticalS": "12 s", + }, + "requestedArrival": "12:05:21", + "requestedDeparture": "12:07:25", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "12:16:22", + "calculatedDeparture": "12:16:22", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "North_East_station", + "stopTime": "0", + "trackName": "V2", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:180:5
[chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables: tests/pages/op-output-table-page-model.ts#L142
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "North_East_station", "stopTime": "0", "trackName": "V2", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "920 s", + "difference": "891 s", + "theoretical": "5 %", + "theoreticalS": "29 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:47:40", + "calculatedDeparture": "11:52:39", + "margin": Object { + "actual": "253 s", + "difference": "244 s", + "theoretical": "1 min/100km", + "theoreticalS": "9 s", + }, + "requestedArrival": "11:47:40", + "requestedDeparture": "11:52:40", + "shortSlipDistance": true, + "signalReceptionClosed": true, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "300", + "trackName": "V1", + }, + Object { + "calculatedArrival": "12:05:21", + "calculatedDeparture": "12:07:24", + "margin": Object { + "actual": "12 s", + "difference": "0 s", + "theoretical": "1 min/100km", + "theoreticalS": "12 s", + }, + "requestedArrival": "12:05:21", + "requestedDeparture": "12:07:25", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "12:16:22", + "calculatedDeparture": "12:16:22", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "North_East_station", + "stopTime": "0", + "trackName": "V2", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/011-op-times-and-stops-tab.spec.ts:180:5
[chromium] › 012-op-simulation-settings-tab.spec.ts:134:7 › Simulation Settings Tab Verification › Activate electrical profiles: tests/pages/op-output-table-page-model.ts#L142
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:134:7 › Simulation Settings Tab Verification › Activate electrical profiles Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "South_East_station", "stopTime": "0", "trackName": "V1", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "0 s", + "difference": "0 s", + "theoretical": "0 %", + "theoreticalS": "0 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:32:58", + "calculatedDeparture": "", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:40:28", + "calculatedDeparture": "11:42:32", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:53:20", + "calculatedDeparture": "11:53:20", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "South_East_station", + "stopTime": "0", + "trackName": "V1", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/012-op-simulation-settings-tab.spec.ts:190:5
[chromium] › 012-op-simulation-settings-tab.spec.ts:134:7 › Simulation Settings Tab Verification › Activate electrical profiles: tests/pages/op-output-table-page-model.ts#L142
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:134:7 › Simulation Settings Tab Verification › Activate electrical profiles Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "South_East_station", "stopTime": "0", "trackName": "V1", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "0 s", + "difference": "0 s", + "theoretical": "0 %", + "theoreticalS": "0 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:32:58", + "calculatedDeparture": "", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:40:28", + "calculatedDeparture": "11:42:32", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:53:20", + "calculatedDeparture": "11:53:20", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "South_East_station", + "stopTime": "0", + "trackName": "V1", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/012-op-simulation-settings-tab.spec.ts:190:5
[chromium] › 012-op-simulation-settings-tab.spec.ts:134:7 › Simulation Settings Tab Verification › Activate electrical profiles: tests/pages/op-output-table-page-model.ts#L142
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:134:7 › Simulation Settings Tab Verification › Activate electrical profiles Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "South_East_station", "stopTime": "0", "trackName": "V1", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "0 s", + "difference": "0 s", + "theoretical": "0 %", + "theoreticalS": "0 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:32:58", + "calculatedDeparture": "", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:40:28", + "calculatedDeparture": "11:42:32", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:53:20", + "calculatedDeparture": "11:53:20", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "South_East_station", + "stopTime": "0", + "trackName": "V1", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/012-op-simulation-settings-tab.spec.ts:190:5
[chromium] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code: tests/pages/op-output-table-page-model.ts#L142
3) [chromium] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "South_East_station", "stopTime": "0", "trackName": "V1", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "0 s", + "difference": "0 s", + "theoretical": "0 %", + "theoreticalS": "0 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:42:55", + "calculatedDeparture": "", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:50:58", + "calculatedDeparture": "11:53:02", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "12:03:14", + "calculatedDeparture": "12:03:14", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "South_East_station", + "stopTime": "0", + "trackName": "V1", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/012-op-simulation-settings-tab.spec.ts:270:5
[chromium] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code: tests/pages/op-output-table-page-model.ts#L142
3) [chromium] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "South_East_station", "stopTime": "0", "trackName": "V1", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "0 s", + "difference": "0 s", + "theoretical": "0 %", + "theoreticalS": "0 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:42:55", + "calculatedDeparture": "", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:50:58", + "calculatedDeparture": "11:53:02", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "12:03:14", + "calculatedDeparture": "12:03:14", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "South_East_station", + "stopTime": "0", + "trackName": "V1", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/012-op-simulation-settings-tab.spec.ts:270:5
[chromium] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code: tests/pages/op-output-table-page-model.ts#L142
3) [chromium] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "South_East_station", "stopTime": "0", "trackName": "V1", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "0 s", + "difference": "0 s", + "theoretical": "0 %", + "theoreticalS": "0 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:42:55", + "calculatedDeparture": "", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:50:58", + "calculatedDeparture": "11:53:02", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "12:03:14", + "calculatedDeparture": "12:03:14", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "South_East_station", + "stopTime": "0", + "trackName": "V1", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/012-op-simulation-settings-tab.spec.ts:270:5
[chromium] › 012-op-simulation-settings-tab.spec.ts:295:7 › Simulation Settings Tab Verification › Activate linear and mareco margin: tests/pages/op-output-table-page-model.ts#L142
4) [chromium] › 012-op-simulation-settings-tab.spec.ts:295:7 › Simulation Settings Tab Verification › Activate linear and mareco margin Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 72 @@ -69,6 +69,78 @@ "stationCh": "BV", "stationName": "South_East_station", "stopTime": "0", "trackName": "V1", }, + Object { + "calculatedArrival": "11:22:40", + "calculatedDeparture": "", + "margin": Object { + "actual": "167 s", + "difference": "0 s", + "theoretical": "10 %", + "theoreticalS": "167 s", + }, + "requestedArrival": "11:22:40", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "West_station", + "stopTime": "", + "trackName": "V2", + }, + Object { + "calculatedArrival": "11:33:33", + "calculatedDeparture": "", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_West_station", + "stopTime": "", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:41:41", + "calculatedDeparture": "11:43:45", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "Mid_East_station", + "stopTime": "124", + "trackName": "V1", + }, + Object { + "calculatedArrival": "11:54:59", + "calculatedDeparture": "11:54:59", + "margin": Object { + "actual": "", + "difference": "", + "theoretical": "", + "theoreticalS": "", + }, + "requestedArrival": "", + "requestedDeparture": "", + "shortSlipDistance": false, + "signalReceptionClosed": false, + "stationCh": "BV", + "stationName": "South_East_station", + "stopTime": "0", + "trackName": "V1", + }, ] at pages/op-output-table-page-model.ts:142 140 | const normalizedActualData = normalizeData(actualTableData); 141 | const normalizedExpectedData = normalizeData(expectedTableData); > 142 | expect(normalizedActualData).toEqual(normalizedExpectedData); | ^ 143 | } 144 | 145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds) at OperationalStudiesOutputTablePage.getOutputTableData (/app/front/tests/pages/op-output-table-page-model.ts:142:34) at /app/front/tests/012-op-simulation-settings-tab.spec.ts:359:5
Check scripts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check dockerfiles
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check toml
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check final newline
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check reuse compliance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (core-build, core)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check infra schema sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check generated railjson sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (editoast, editoast-test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (osrdyne, osrdyne-test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check osrd schema
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check railjson generator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (front-build, front-tests, front-devel, front-nginx)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (gateway-test, gateway-standalone, gateway-front)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check editoast openapi
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check front rtk sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check front
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check gateway
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check osrdyne
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check core
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check editoast tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check editoast lints
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
End to end tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [chromium] › 006-stdcm.spec.ts#L1
[chromium] › 006-stdcm.spec.ts took 1.4m
Slow Test: [firefox] › 009-rollingstock-editor.spec.ts#L1
[firefox] › 009-rollingstock-editor.spec.ts took 36.2s
Slow Test: [chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 28.4s
Slow Test: [firefox] › 008-train-schedule.spec.ts#L1
[firefox] › 008-train-schedule.spec.ts took 23.3s
Slow Test: [chromium] › 010-op-route-tab.spec.ts#L1
[chromium] › 010-op-route-tab.spec.ts took 22.0s
🎭 Playwright Run Summary
15 failed [chromium] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables [chromium] › 012-op-simulation-settings-tab.spec.ts:134:7 › Simulation Settings Tab Verification › Activate electrical profiles [chromium] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code [chromium] › 012-op-simulation-settings-tab.spec.ts:295:7 › Simulation Settings Tab Verification › Activate linear and mareco margin [chromium] › 012-op-simulation-settings-tab.spec.ts:384:7 › Simulation Settings Tab Verification › Add all the simulation settings [firefox] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables [firefox] › 012-op-simulation-settings-tab.spec.ts:134:7 › Simulation Settings Tab Verification › Activate electrical profiles [firefox] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code [firefox] › 012-op-simulation-settings-tab.spec.ts:295:7 › Simulation Settings Tab Verification › Activate linear and mareco margin [firefox] › 012-op-simulation-settings-tab.spec.ts:384:7 › Simulation Settings Tab Verification › Add all the simulation settings [webkit] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables [webkit] › 012-op-simulation-settings-tab.spec.ts:134:7 › Simulation Settings Tab Verification › Activate electrical profiles [webkit] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code [webkit] › 012-op-simulation-settings-tab.spec.ts:295:7 › Simulation Settings Tab Verification › Activate linear and mareco margin [webkit] › 012-op-simulation-settings-tab.spec.ts:384:7 › Simulation Settings Tab Verification › Add all the simulation settings 3 flaky [chromium] › 008-train-schedule.spec.ts:49:7 › Verify train schedule elements and filters › Loading trains and verifying simulation result [webkit] › 006-stdcm.spec.ts:102:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet [webkit] › 006-stdcm.spec.ts:139:7 › Verify train schedule elements and filters › Launch simulation with and without capacity for towed rolling stock 95 passed (24.8m)

Artifacts

Produced during runtime
Name Size
e2e-container-logs
724 KB
integration-container-logs
30.8 KB
integration-videos
151 MB