front: fix displayed op on manchette #17660
Annotations
10 errors, 6 warnings, and 1 notice
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › 006-stdcm.spec.ts#L1
[chromium] › 006-stdcm.spec.ts took 1.4m
|
Run Playwright tests:
[firefox] › 009-rollingstock-editor.spec.ts#L1
[firefox] › 009-rollingstock-editor.spec.ts took 36.2s
|
Run Playwright tests:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 28.4s
|
Run Playwright tests:
[firefox] › 008-train-schedule.spec.ts#L1
[firefox] › 008-train-schedule.spec.ts took 23.3s
|
Run Playwright tests:
[chromium] › 010-op-route-tab.spec.ts#L1
[chromium] › 010-op-route-tab.spec.ts took 22.0s
|
Run Playwright tests
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)
|
Loading