front: separate StdcmPathStep and PathStep types #14384
build.yml
on: pull_request
Matrix: Build
Check dockerfiles
14s
Check scripts
7s
Check generated railjson sync
20s
Check railjson generator
1m 56s
Check commits
11s
Check final newline
7s
Check integration tests
1m 23s
Check osrd schema
38s
Check toml
10s
Check infra schema sync
16s
Check reuse compliance
13s
Check front rtk sync
1m 34s
Check core
4m 4s
Check editoast tests
6m 31s
Check editoast lints
9m 29s
Check editoast openapi
58s
Check gateway
3m 43s
Check osrdyne
3m 43s
Check front
2m 18s
Integration tests
1m 15s
End to end tests
14m 54s
Annotations
11 errors, 10 warnings, and 1 notice
Check front
Process completed with exit code 1.
|
[chromium] › 011-op-times-and-stops-tab.spec.ts:107:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables:
tests/pages/op-output-table-page-model.ts#L139
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:107:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
Error: expect(received).toEqual(expected) // deep equality
- Expected - 15
+ Received + 15
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "847 s",
- "difference": "814 s",
- "theoretical": "5 %",
- "theoreticalS": "33 s",
+ "actual": "",
+ "difference": "",
+ "theoretical": "",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -16,33 +16,33 @@
"stationName": "West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:47:40",
- "calculatedDeparture": "11:52:40",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "291 s",
- "difference": "283 s",
- "theoretical": "1 min/100km",
- "theoreticalS": "9 s",
+ "actual": "",
+ "difference": "",
+ "theoretical": "",
+ "theoreticalS": "",
},
"requestedArrival": "11:47:40",
"requestedDeparture": "11:52:40",
- "shortSlipDistance": true,
- "signalReceptionClosed": true,
+ "shortSlipDistance": false,
+ "signalReceptionClosed": false,
"stationCh": "BV",
"stationName": "Mid_West_station",
"stopTime": "300",
},
Object {
"calculatedArrival": "12:05:20",
- "calculatedDeparture": "12:07:24",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "12 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "12 s",
+ "theoreticalS": "",
},
"requestedArrival": "12:05:21",
"requestedDeparture": "12:07:25",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/011-op-times-and-stops-tab.spec.ts:171:5
|
[chromium] › 011-op-times-and-stops-tab.spec.ts:107:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables:
tests/pages/op-output-table-page-model.ts#L139
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:107: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 - 15
+ Received + 15
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "847 s",
- "difference": "814 s",
- "theoretical": "5 %",
- "theoreticalS": "33 s",
+ "actual": "",
+ "difference": "",
+ "theoretical": "",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -16,33 +16,33 @@
"stationName": "West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:47:40",
- "calculatedDeparture": "11:52:40",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "291 s",
- "difference": "283 s",
- "theoretical": "1 min/100km",
- "theoreticalS": "9 s",
+ "actual": "",
+ "difference": "",
+ "theoretical": "",
+ "theoreticalS": "",
},
"requestedArrival": "11:47:40",
"requestedDeparture": "11:52:40",
- "shortSlipDistance": true,
- "signalReceptionClosed": true,
+ "shortSlipDistance": false,
+ "signalReceptionClosed": false,
"stationCh": "BV",
"stationName": "Mid_West_station",
"stopTime": "300",
},
Object {
"calculatedArrival": "12:05:20",
- "calculatedDeparture": "12:07:24",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "12 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "12 s",
+ "theoreticalS": "",
},
"requestedArrival": "12:05:21",
"requestedDeparture": "12:07:25",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/011-op-times-and-stops-tab.spec.ts:171:5
|
[chromium] › 011-op-times-and-stops-tab.spec.ts:107:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables:
tests/pages/op-output-table-page-model.ts#L139
1) [chromium] › 011-op-times-and-stops-tab.spec.ts:107: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 - 15
+ Received + 15
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "847 s",
- "difference": "814 s",
- "theoretical": "5 %",
- "theoreticalS": "33 s",
+ "actual": "",
+ "difference": "",
+ "theoretical": "",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -16,33 +16,33 @@
"stationName": "West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:47:40",
- "calculatedDeparture": "11:52:40",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "291 s",
- "difference": "283 s",
- "theoretical": "1 min/100km",
- "theoreticalS": "9 s",
+ "actual": "",
+ "difference": "",
+ "theoretical": "",
+ "theoreticalS": "",
},
"requestedArrival": "11:47:40",
"requestedDeparture": "11:52:40",
- "shortSlipDistance": true,
- "signalReceptionClosed": true,
+ "shortSlipDistance": false,
+ "signalReceptionClosed": false,
"stationCh": "BV",
"stationName": "Mid_West_station",
"stopTime": "300",
},
Object {
"calculatedArrival": "12:05:20",
- "calculatedDeparture": "12:07:24",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "12 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "12 s",
+ "theoreticalS": "",
},
"requestedArrival": "12:05:21",
"requestedDeparture": "12:07:25",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/011-op-times-and-stops-tab.spec.ts:171:5
|
[chromium] › 012-op-simulation-settings-tab.spec.ts:122:7 › Simulation Settings Tab Verification › Activate electrical profiles:
tests/pages/op-output-table-page-model.ts#L139
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:122:7 › Simulation Settings Tab Verification › Activate electrical profiles
Error: expect(received).toEqual(expected) // deep equality
- Expected - 10
+ Received + 10
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -18,14 +18,14 @@
},
Object {
"calculatedArrival": "11:31:53",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -33,16 +33,16 @@
"stationName": "Mid_West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:39:22",
- "calculatedDeparture": "11:41:26",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/012-op-simulation-settings-tab.spec.ts:163:5
|
[chromium] › 012-op-simulation-settings-tab.spec.ts:122:7 › Simulation Settings Tab Verification › Activate electrical profiles:
tests/pages/op-output-table-page-model.ts#L139
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:122:7 › Simulation Settings Tab Verification › Activate electrical profiles
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 10
+ Received + 10
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -18,14 +18,14 @@
},
Object {
"calculatedArrival": "11:31:53",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -33,16 +33,16 @@
"stationName": "Mid_West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:39:22",
- "calculatedDeparture": "11:41:26",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/012-op-simulation-settings-tab.spec.ts:163:5
|
[chromium] › 012-op-simulation-settings-tab.spec.ts:122:7 › Simulation Settings Tab Verification › Activate electrical profiles:
tests/pages/op-output-table-page-model.ts#L139
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:122:7 › Simulation Settings Tab Verification › Activate electrical profiles
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 10
+ Received + 10
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -18,14 +18,14 @@
},
Object {
"calculatedArrival": "11:31:53",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -33,16 +33,16 @@
"stationName": "Mid_West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:39:22",
- "calculatedDeparture": "11:41:26",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/012-op-simulation-settings-tab.spec.ts:163:5
|
[chromium] › 012-op-simulation-settings-tab.spec.ts:177:7 › Simulation Settings Tab Verification › Activate composition code:
tests/pages/op-output-table-page-model.ts#L139
3) [chromium] › 012-op-simulation-settings-tab.spec.ts:177:7 › Simulation Settings Tab Verification › Activate composition code
Error: expect(received).toEqual(expected) // deep equality
- Expected - 10
+ Received + 10
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -18,14 +18,14 @@
},
Object {
"calculatedArrival": "11:42:12",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -33,16 +33,16 @@
"stationName": "Mid_West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:50:12",
- "calculatedDeparture": "11:52:16",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/012-op-simulation-settings-tab.spec.ts:218:5
|
[chromium] › 012-op-simulation-settings-tab.spec.ts:177:7 › Simulation Settings Tab Verification › Activate composition code:
tests/pages/op-output-table-page-model.ts#L139
3) [chromium] › 012-op-simulation-settings-tab.spec.ts:177:7 › Simulation Settings Tab Verification › Activate composition code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 10
+ Received + 10
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -18,14 +18,14 @@
},
Object {
"calculatedArrival": "11:42:12",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -33,16 +33,16 @@
"stationName": "Mid_West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:50:12",
- "calculatedDeparture": "11:52:16",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/012-op-simulation-settings-tab.spec.ts:218:5
|
[chromium] › 012-op-simulation-settings-tab.spec.ts:177:7 › Simulation Settings Tab Verification › Activate composition code:
tests/pages/op-output-table-page-model.ts#L139
3) [chromium] › 012-op-simulation-settings-tab.spec.ts:177:7 › Simulation Settings Tab Verification › Activate composition code
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 10
+ Received + 10
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -18,14 +18,14 @@
},
Object {
"calculatedArrival": "11:42:12",
"calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -33,16 +33,16 @@
"stationName": "Mid_West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:50:12",
- "calculatedDeparture": "11:52:16",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "0 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "0 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/012-op-simulation-settings-tab.spec.ts:218:5
|
[chromium] › 012-op-simulation-settings-tab.spec.ts:232:7 › Simulation Settings Tab Verification › Activate linear and mareco margin:
tests/pages/op-output-table-page-model.ts#L139
4) [chromium] › 012-op-simulation-settings-tab.spec.ts:232:7 › Simulation Settings Tab Verification › Activate linear and mareco margin
Error: expect(received).toEqual(expected) // deep equality
- Expected - 11
+ Received + 11
@@ -1,14 +1,14 @@
Array [
Object {
"calculatedArrival": "11:22:40",
"calculatedDeparture": "",
"margin": Object {
- "actual": "56 s",
- "difference": "0 s",
- "theoretical": "10 %",
- "theoreticalS": "56 s",
+ "actual": "",
+ "difference": "",
+ "theoretical": "",
+ "theoreticalS": "",
},
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -18,14 +18,14 @@
},
Object {
"calculatedArrival": "11:32:49",
"calculatedDeparture": "",
"margin": Object {
- "actual": "45 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "45 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
@@ -33,16 +33,16 @@
"stationName": "Mid_West_station",
"stopTime": "",
},
Object {
"calculatedArrival": "11:40:56",
- "calculatedDeparture": "11:43:00",
+ "calculatedDeparture": "",
"margin": Object {
- "actual": "62 s",
- "difference": "0 s",
+ "actual": "",
+ "difference": "",
"theoretical": "",
- "theoreticalS": "62 s",
+ "theoreticalS": "",
},
"requestedArrival": "",
"requestedDeparture": "",
"shortSlipDistance": false,
"signalReceptionClosed": false,
at pages/op-output-table-page-model.ts:139
137 | const normalizedActualData = normalizeData(actualTableData);
138 | const normalizedExpectedData = normalizeData(expectedTableData);
> 139 | expect(normalizedActualData).toEqual(normalizedExpectedData);
| ^
140 | }
141 |
142 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:139:34)
at /app/tests/012-op-simulation-settings-tab.spec.ts:282:5
|
Build (core-build, core)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (osrdyne, osrdyne-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (editoast, editoast-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (front-build, front-tests, front-devel, front-nginx)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build (gateway-test, gateway-standalone, gateway-front)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 29.4s
|
Slow Test:
[firefox] › 003-study-management.spec.ts#L1
[firefox] › 003-study-management.spec.ts took 18.1s
|
Slow Test:
[firefox] › 002-project-management.spec.ts#L1
[firefox] › 002-project-management.spec.ts took 17.1s
|
Slow Test:
[webkit] › 002-project-management.spec.ts#L1
[webkit] › 002-project-management.spec.ts took 17.1s
|
Slow Test:
[webkit] › 001-home-page.spec.ts#L1
[webkit] › 001-home-page.spec.ts took 15.9s
|
🎭 Playwright Run Summary
11 failed
[chromium] › 011-op-times-and-stops-tab.spec.ts:107:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
[chromium] › 012-op-simulation-settings-tab.spec.ts:122:7 › Simulation Settings Tab Verification › Activate electrical profiles
[chromium] › 012-op-simulation-settings-tab.spec.ts:177:7 › Simulation Settings Tab Verification › Activate composition code
[chromium] › 012-op-simulation-settings-tab.spec.ts:232:7 › Simulation Settings Tab Verification › Activate linear and mareco margin
[chromium] › 012-op-simulation-settings-tab.spec.ts:296:7 › Simulation Settings Tab Verification › Add all the simulation settings
[firefox] › 011-op-times-and-stops-tab.spec.ts:107:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
[firefox] › 012-op-simulation-settings-tab.spec.ts:122:7 › Simulation Settings Tab Verification › Activate electrical profiles
[firefox] › 012-op-simulation-settings-tab.spec.ts:177:7 › Simulation Settings Tab Verification › Activate composition code
[firefox] › 012-op-simulation-settings-tab.spec.ts:232:7 › Simulation Settings Tab Verification › Activate linear and mareco margin
[firefox] › 012-op-simulation-settings-tab.spec.ts:296:7 › Simulation Settings Tab Verification › Add all the simulation settings
[webkit] › 011-op-times-and-stops-tab.spec.ts:107:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
4 skipped
86 passed (12.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-container-logs
|
448 KB |
|
integration-container-logs
|
24.6 KB |
|
integration-videos
|
80.2 MB |
|